aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/sass/_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.14/sass/_common.scss')
-rw-r--r--common/gtk-3.0/3.14/sass/_common.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss
index 6a7ed8a..ff8a53c 100644
--- a/common/gtk-3.0/3.14/sass/_common.scss
+++ b/common/gtk-3.0/3.14/sass/_common.scss
@@ -1324,6 +1324,27 @@ GtkComboBox {
&:hover { @include entry(header-focus); box-shadow: none; }
&:insensitive { @include entry(header-insensitive); }
}
+ &.combobox-entry .entry {
+ &:dir(ltr) {
+ &:focus { box-shadow: none; }
+ }
+ &:dir(rtl) {
+ &:focus { box-shadow: none; }
+ }
+ }
+ &.combobox-entry .button {
+
+ &:dir(ltr) {
+ box-shadow: inset 1px 0 $header_button_border;
+
+ &:insensitive { box-shadow: inset 1px 0 transparentize($header_button_border, 0.45); }
+ }
+ &:dir(rtl) {
+ box-shadow: inset -1px 0 $header_button_border;
+
+ &:insensitive { box-shadow: inset -1px 0 transparentize($header_button_border, 0.45); }
+ }
+ }
}
// Header-bar Switches