diff options
author | raveit65 <[email protected]> | 2018-07-23 13:51:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-23 13:51:01 +0200 |
commit | a7fb52f094c1b18a0d9176e89fffeba4b4629ca1 (patch) | |
tree | 389ad47d8e82806ed06807acd1bea4b9a7beb897 /desktop-themes/Blue-Submarine | |
parent | 651964de2ce4ed8795e11af0fd33b05d6fe02504 (diff) | |
download | mate-themes-a7fb52f094c1b18a0d9176e89fffeba4b4629ca1.tar.bz2 mate-themes-a7fb52f094c1b18a0d9176e89fffeba4b4629ca1.tar.xz |
submarine: give emoji-picker popup a nicer look
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css index 4def2b5c..f11858b3 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css @@ -843,3 +843,27 @@ window.background > box.vertical > notebook overlay > scrolledwindow viewport { border-width: 0px; } +/* emoji-picker */ +popover.emoji-picker > box.vertical > scrolledwindow > viewport.frame { + border-radius: 0px; +} + +popover.emoji-picker > box.vertical > box.horizontal > button.flat.emoji-section { + color: @theme_dark_fg_color; +} + +popover.emoji-picker > box.vertical > box.horizontal > button.flat.emoji-section:focus, +popover.emoji-picker > box.vertical > box.horizontal > button.flat.emoji-section:hover, +popover.emoji-picker > box.vertical > box.horizontal > button.flat.emoji-section:focus:hover, +popover.emoji-picker > box.vertical > box.horizontal > button.flat.emoji-section:focus:hover:active { + border-radius: 3px; + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade(@menu_bg_dark_color, 2.03)), + to (shade(@menu_bg_dark_color, 1.17))); + box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), + inset 1px 0px shade (@theme_selected_bg_color, 1.3), + inset -1px 0px shade (@theme_selected_bg_color, 1.3), + inset 0px -1px shade (@theme_selected_bg_color, 1.3); +} + |