aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtk-3.20/scss/apps/_gnome-applications.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtk-3.20/scss/apps/_gnome-applications.scss')
-rw-r--r--src/gtk-3.20/scss/apps/_gnome-applications.scss31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/gtk-3.20/scss/apps/_gnome-applications.scss b/src/gtk-3.20/scss/apps/_gnome-applications.scss
new file mode 100644
index 0000000..83dbdd2
--- /dev/null
+++ b/src/gtk-3.20/scss/apps/_gnome-applications.scss
@@ -0,0 +1,31 @@
+/****************
+ ! Gnome clocks *
+*****************/
+
+@include exports("gnome-clocks") {
+ .clocks-analog-frame {
+ &.trough { color: mix($fg_color, $bg_color, .85); }
+
+ &.progress { color: mix($bg_color, $selected_bg_color, .5); }
+
+ &.progress-fast { color: shade($selected_bg_color, .7); }
+ }
+}
+
+
+/*****************
+ ! Gnome Builder *
+******************/
+
+@include exports("gnome-builder") {
+ workbench.csd > stack.titlebar:not(headerbar) {
+ padding: 0;
+ background: none;
+ border: 0;
+ box-shadow: none;
+
+ headerbar {
+ &, &:first-child, &:last-child { border-radius: $roundness $roundness 0 0; }
+ }
+ }
+}