mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
gnome-shell: fix wrong image path
This commit is contained in:
parent
18748a6dd2
commit
f264d78ed1
@ -675,7 +675,7 @@ StScrollBar {
|
|||||||
text-shadow: 0 0 transparent; }
|
text-shadow: 0 0 transparent; }
|
||||||
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
|
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #5294E2, url("misc/null.svg");
|
background: #5294E2, url("common-assets/misc/null.svg");
|
||||||
border-image: none;
|
border-image: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
@ -871,7 +871,7 @@ StScrollBar {
|
|||||||
.calendar-today:hover {
|
.calendar-today:hover {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #5294E2, url("misc/null.svg");
|
background: #5294E2, url("common-assets/misc/null.svg");
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
|
||||||
.calendar-day-with-events {
|
.calendar-day-with-events {
|
||||||
|
@ -675,7 +675,7 @@ StScrollBar {
|
|||||||
text-shadow: 0 0 transparent; }
|
text-shadow: 0 0 transparent; }
|
||||||
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
|
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #5294E2, url("misc/null.svg");
|
background: #5294E2, url("common-assets/misc/null.svg");
|
||||||
border-image: none;
|
border-image: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
@ -871,7 +871,7 @@ StScrollBar {
|
|||||||
.calendar-today:hover {
|
.calendar-today:hover {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #5294E2, url("misc/null.svg");
|
background: #5294E2, url("common-assets/misc/null.svg");
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
|
||||||
.calendar-day-with-events {
|
.calendar-day-with-events {
|
||||||
|
@ -865,7 +865,7 @@ StScrollBar {
|
|||||||
|
|
||||||
&:active, &:overview, &:focus, &:checked {
|
&:active, &:overview, &:focus, &:checked {
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
background:$selected_bg_color, url("misc/null.svg");
|
background:$selected_bg_color, url("common-assets/misc/null.svg");
|
||||||
border-image: none;
|
border-image: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
@ -1102,7 +1102,7 @@ StScrollBar {
|
|||||||
.calendar-today:hover {
|
.calendar-today:hover {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
background: $selected_bg_color, url("misc/null.svg");
|
background: $selected_bg_color, url("common-assets/misc/null.svg");
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user