diff options
author | Horst3180 | 2015-07-11 23:36:14 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-11 23:36:14 +0200 |
commit | 5d8c7d7eb791e74a5f644bd0868ad75ea1834db9 (patch) | |
tree | 8e60d19fa789f85e1becbbd31349c0367fd5a7e9 /common/gtk-3.0/3.16/_applications.scss | |
parent | 8a535a8c3c6ae9ab00fd3f93f86ee09ee3e1b24a (diff) | |
download | solarc-theme-5d8c7d7eb791e74a5f644bd0868ad75ea1834db9.tar.gz solarc-theme-5d8c7d7eb791e74a5f644bd0868ad75ea1834db9.tar.xz solarc-theme-5d8c7d7eb791e74a5f644bd0868ad75ea1834db9.zip |
gnome-builder fixes
Diffstat (limited to 'common/gtk-3.0/3.16/_applications.scss')
-rw-r--r-- | common/gtk-3.0/3.16/_applications.scss | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/common/gtk-3.0/3.16/_applications.scss b/common/gtk-3.0/3.16/_applications.scss index 848da06..8a08535 100644 --- a/common/gtk-3.0/3.16/_applications.scss +++ b/common/gtk-3.0/3.16/_applications.scss @@ -274,17 +274,13 @@ GbSearchBox.linked { > GtkMenuButton.button:last-child:dir(ltr), > GtkMenuButton.button:first-child:dir(rtl) { - border-color: transparentize($header_fg, 0.7); - background-color: transparentize($button_bg, 0.1); + padding: 0 10px; - &:hover { - border-color: $selected_bg_color; - } - &:active, &:checked { - color: $selected_fg_color; - background-color: $selected_bg_color; - border-color: $selected_bg_color; - } + @include entry(header-normal); + + &:hover { @include entry(header-normal); border-color: $selected_bg_color; } + &:active, &:checked { @include entry(header-focus); } + &:insensitive { @include entry(header-insensitive); } } > GtkMenuButton.button:last-child:dir(ltr) { |