mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
some gnome-shell 3.14 fixes
This commit is contained in:
parent
64705797d9
commit
74c329df53
@ -242,7 +242,7 @@ StScrollBar {
|
|||||||
.modal-dialog > StBoxLayout:first-child {
|
.modal-dialog > StBoxLayout:first-child {
|
||||||
padding: 20px 10px 10px 10px; }
|
padding: 20px 10px 10px 10px; }
|
||||||
.modal-dialog-button-box {
|
.modal-dialog-button-box {
|
||||||
spacing: 0;
|
spacing: 10px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 14px 10px;
|
padding: 14px 10px;
|
||||||
background: none;
|
background: none;
|
||||||
@ -863,7 +863,7 @@ StScrollBar {
|
|||||||
.calendar-today:hover {
|
.calendar-today:hover {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #5294E2;
|
background: #5294E2, url("misc/null.svg");
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
|
||||||
.calendar-day-with-events {
|
.calendar-day-with-events {
|
||||||
@ -1455,6 +1455,9 @@ StScrollBar {
|
|||||||
color: #BAC3CF;
|
color: #BAC3CF;
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
padding-bottom: 12px; }
|
padding-bottom: 12px; }
|
||||||
|
.summary-boxpointer #summary-right-click-menu .popup-menu-item:active {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #5294E2; }
|
||||||
.summary-boxpointer-stack-scrollview {
|
.summary-boxpointer-stack-scrollview {
|
||||||
max-height: 18em;
|
max-height: 18em;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
|
@ -240,7 +240,7 @@ StScrollBar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-button-box {
|
&-button-box {
|
||||||
spacing: 0;
|
spacing: 10px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 14px 10px;
|
padding: 14px 10px;
|
||||||
background: none;
|
background: none;
|
||||||
@ -1094,7 +1094,7 @@ StScrollBar {
|
|||||||
.calendar-today:hover {
|
.calendar-today:hover {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
background-color: $selected_bg_color;
|
background: $selected_bg_color, url("misc/null.svg");
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1830,6 +1830,11 @@ StScrollBar {
|
|||||||
color: $osd_fg_color;
|
color: $osd_fg_color;
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
padding-bottom: 12px;
|
padding-bottom: 12px;
|
||||||
|
|
||||||
|
.popup-menu-item:active {
|
||||||
|
color: $selected_fg_color;
|
||||||
|
background-color: $selected_bg_color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-stack-scrollview {
|
&-stack-scrollview {
|
||||||
|
Loading…
Reference in New Issue
Block a user