diff options
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); +} + |