Removing visual bugs from GNOME-shell theme

This commit is contained in:
Sam Hewitt 2015-03-25 14:40:03 -04:00
parent a1aa90350c
commit 76e7e09663
1 changed files with 20 additions and 1 deletions

View File

@ -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; }