From 76e7e09663acdb7a85fa1079b3e4ba2d827fb692 Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Wed, 25 Mar 2015 14:40:03 -0400 Subject: [PATCH] Removing visual bugs from GNOME-shell theme --- Paper/gnome-shell/gnome-shell.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/Paper/gnome-shell/gnome-shell.css b/Paper/gnome-shell/gnome-shell.css index b1548f1..9ffbc6e 100644 --- a/Paper/gnome-shell/gnome-shell.css +++ b/Paper/gnome-shell/gnome-shell.css @@ -457,7 +457,10 @@ StScrollBar { background-color: transparent; border-color: rgba(255,255,255,0.15); border-bottom-width: 1px; - border-bottom-style: solid; } + border-bottom-style: solid; + -gradient-height: 0px; + -gradient-start: rgba(255,255,255,0); + -gradient-end: rgba(255,255,255,0);} .background-menu { -boxpointer-gap: 4px; @@ -753,9 +756,12 @@ StScrollBar { border-left-width: 0px; } .calendar-nonwork-day { + background-color: rgba(255,255,255,0); color: rgba(255,255,255,0.3); } .calendar-today { + background-image: none; + text-shadow:none; font-weight: bold; background-color: rgba(159, 176, 185, 0.3); border: 0px solid rgba(0,0,0,0.2); } @@ -832,6 +838,12 @@ StScrollBar { .message-content { padding: 8px; } +.messages-indicator-highlight { + -gradient-height: 0px; + -gradient-start: rgba(255, 255, 255, 0); + -gradient-end: rgba(255, 255, 255, 0); +} + .system-switch-user-submenu-icon { icon-size: 48px; border: none; } @@ -1023,6 +1035,13 @@ StScrollBar { .search-section-content { spacing: 32px; } +.search-section-separator { + -gradient-height: 1px; + -gradient-start: rgba(255, 255, 255, 0); + -gradient-end: rgba(255, 255, 255, 0.05); + -margin-horizontal: 1.5em; + height: 1px;} + .list-search-results { spacing: 3px; }