1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 14:00:44 +00:00

some gnome-shell 3.14 fixes

This commit is contained in:
Horst3180 2015-08-14 14:04:05 +02:00
parent 64705797d9
commit 74c329df53
2 changed files with 13 additions and 5 deletions

View File

@ -242,7 +242,7 @@ StScrollBar {
.modal-dialog > StBoxLayout:first-child {
padding: 20px 10px 10px 10px; }
.modal-dialog-button-box {
spacing: 0;
spacing: 10px;
margin: 0px;
padding: 14px 10px;
background: none;
@ -863,7 +863,7 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff;
background-color: #5294E2;
background: #5294E2, url("misc/null.svg");
border-width: 0; }
.calendar-day-with-events {
@ -1455,6 +1455,9 @@ StScrollBar {
color: #BAC3CF;
padding-top: 12px;
padding-bottom: 12px; }
.summary-boxpointer #summary-right-click-menu .popup-menu-item:active {
color: #ffffff;
background-color: #5294E2; }
.summary-boxpointer-stack-scrollview {
max-height: 18em;
padding-top: 8px;

View File

@ -240,7 +240,7 @@ StScrollBar {
}
&-button-box {
spacing: 0;
spacing: 10px;
margin: 0px;
padding: 14px 10px;
background: none;
@ -1094,7 +1094,7 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: $selected_fg_color;
background-color: $selected_bg_color;
background: $selected_bg_color, url("misc/null.svg");
border-width: 0;
}
@ -1830,6 +1830,11 @@ StScrollBar {
color: $osd_fg_color;
padding-top: 12px;
padding-bottom: 12px;
.popup-menu-item:active {
color: $selected_fg_color;
background-color: $selected_bg_color;
}
}
&-stack-scrollview {