summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2014-06-13 15:58:25 +0200
committerJakub Steiner <jimmac@gmail.com>2014-06-13 15:58:25 +0200
commitf6df14ba45ffe3b02985e0d2d3e8137950e0cf9b (patch)
tree6485fb62e7b6d2a2b4834eb666130299b834dba2
parente4d80c1c2ad4534ca8db6da96ef20f4e2b5916f0 (diff)
downloadgnome-themes-standard-f6df14ba45ffe3b02985e0d2d3e8137950e0cf9b.tar.gz
selection-mode: border for backdrop buttons
-rw-r--r--themes/Adwaita/gtk-3.0/_common.scss5
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-contained-dark.css3
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-contained.css3
3 files changed, 8 insertions, 3 deletions
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 7929c3e9..93b83035 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -621,7 +621,10 @@ GtkComboBox {
&:hover { @include button(hover, $selected_bg_color, $selected_fg_color, noedge); }
&:active { @include button(active, $selected_bg_color, $selected_fg_color, noedge); }
&:insensitive { @include button(insensitive, $selected_bg_color, $selected_fg_color, noedge); }
- &:backdrop { @include button(backdrop, $selected_bg_color, $selected_fg_color, noedge); }
+ &:backdrop {
+ @include button(backdrop, $selected_bg_color, $selected_fg_color, noedge);
+ border-color: darken($selected_bg_color,15%);
+ }
&:backdrop:insensitive { @include button(backdrop-insensitive, $selected_bg_color, $selected_fg_color, noedge); }
&.suggested-action {
@include button($t:normal, $noedge:true);
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index ce3789db..4e483b62 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -766,7 +766,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #215d9c);
text-shadow: none;
icon-shadow: none;
- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
+ border-color: #14375d; }
.titlebar.selection-mode .button:backdrop:insensitive,
.header-bar.selection-mode .button:backdrop:insensitive {
border-width: 1px;
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 02b29d33..9f4e7402 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -766,7 +766,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #4a90d9);
text-shadow: none;
icon-shadow: none;
- box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+ box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
+ border-color: #256ab1; }
.titlebar.selection-mode .button:backdrop:insensitive,
.header-bar.selection-mode .button:backdrop:insensitive {
border-width: 1px;