summaryrefslogtreecommitdiff
path: root/desktop-themes/Green-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-07-23 13:51:01 +0200
committerraveit65 <[email protected]>2018-07-23 13:51:01 +0200
commita7fb52f094c1b18a0d9176e89fffeba4b4629ca1 (patch)
tree389ad47d8e82806ed06807acd1bea4b9a7beb897 /desktop-themes/Green-Submarine
parent651964de2ce4ed8795e11af0fd33b05d6fe02504 (diff)
downloadmate-themes-a7fb52f094c1b18a0d9176e89fffeba4b4629ca1.tar.bz2
mate-themes-a7fb52f094c1b18a0d9176e89fffeba4b4629ca1.tar.xz
submarine: give emoji-picker popup a nicer look
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/other-applications.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
index e08e28a5..304b9c1f 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
@@ -836,3 +836,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);
+}
+