- commit
- e43cdc108968410e9e8edf47f4a0141ebe3375a0
- parent
- 3e072e74d2f2f5d228123b677912c1d1a0187e20
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-12-30 20:09
Revert "add backdrop styling for inactive windows" This reverts commit 2cbfa858cc1af488144b91f2a3e0398913a97e85.
Diffstat
| M | gtk-3.0/shared.css | 2 | -- |
| M | gtk-3.0/widgets/button.css | 2 | -- |
| M | gtk-3.0/widgets/headerbar.css | 4 | ---- |
| M | gtk-3.0/widgets/scale.css | 1 | - |
4 files changed, 0 insertions, 9 deletions
diff --git a/gtk-3.0/shared.css b/gtk-3.0/shared.css
@@ -16,7 +16,6 @@ selection, 16 16 color: @selected_fg_color; 17 17 } 18 18 /* !important seems to be broken, so I use this hack to push specificity */19 -1 *:backdrop:backdrop,20 19 *:disabled:disabled { 21 20 color: mix(@fg_color, @bg_color, 0.4); 22 21 -gtk-icon-effect: dim; @@ -38,7 +37,6 @@ entry { 38 37 background-color: @base_color; 39 38 color: @text_color; 40 39 }41 -1 entry:backdrop,42 40 entry:disabled { 43 41 background: shade(@base_color, 0.94); 44 42 }
diff --git a/gtk-3.0/widgets/button.css b/gtk-3.0/widgets/button.css
@@ -41,9 +41,7 @@ button:checked {
41 41 color: @fg_color;
42 42 }
43 43
44 -1 button:backdrop,
45 44 button:disabled,
46 -1 switch:backdrop slider,
47 45 switch:disabled slider {
48 46 background: @bg_color;
49 47 color: @fg_color;
diff --git a/gtk-3.0/widgets/headerbar.css b/gtk-3.0/widgets/headerbar.css
@@ -6,10 +6,6 @@ headerbar {
6 6 box-shadow: 0 0 0.2em @border_color;
7 7 }
8 8
9 -1 headerbar:backdrop {
10 -1 background: mix(@bg_color, @bg_color_secondary, 0.5);
11 -1 }
12 -1
13 9 searchbar {
14 10 border-bottom-width: 1px;
15 11 }
diff --git a/gtk-3.0/widgets/scale.css b/gtk-3.0/widgets/scale.css
@@ -22,7 +22,6 @@ scale slider {
22 22 margin: -7px;
23 23 }
24 24
25 -1 scale slider:backdrop,
26 25 scale slider:disabled {
27 26 background: @bg_color;
28 27 }