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 {
|
||||
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;
|
||||
|
@ -240,7 +240,7 @@ StScrollBar {
|
||||
}
|
||||
|
||||
&-button-box {
|
||||
spacing: 0;
|
||||
spacing: 10px;
|
||||
margin: 0px;
|
||||
padding: 14px 10px;
|
||||
background: none;
|
||||
@ -256,7 +256,7 @@ StScrollBar {
|
||||
}
|
||||
}
|
||||
|
||||
.run-dialog-entry { width: 21em; }
|
||||
.run-dialog-entry { width: 21em;}
|
||||
.run-dialog-error-box {
|
||||
padding-top: 5px;
|
||||
spacing: 5px;
|
||||
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user