mirror of
https://github.com/horst3180/arc-theme.git
synced 2026-03-02 03:40:11 +00:00
update build system
This commit is contained in:
@@ -961,7 +961,7 @@ StScrollBar {
|
||||
height: 26px;
|
||||
width: 26px; }
|
||||
.window-close:active {
|
||||
background-image: url("misc/close-active.svg");
|
||||
background-image: url("common-assets/misc/close-active.svg");
|
||||
background-size: 26px;
|
||||
height: 26px;
|
||||
width: 26px; }
|
||||
@@ -1939,15 +1939,3 @@ StEntry.chat-response {
|
||||
border: 1px solid grey;
|
||||
border-radius: 2px;
|
||||
padding: 6px; }
|
||||
|
||||
/*tweaks*/
|
||||
.panel-button:active,
|
||||
.panel-button:overview,
|
||||
.panel-button:focus,
|
||||
.panel-button:hover,
|
||||
#appMenu,
|
||||
#panel {
|
||||
text-shadow: 0px 0px white; }
|
||||
|
||||
stage {
|
||||
font-weight: bold; }
|
||||
|
||||
@@ -609,7 +609,7 @@ StScrollBar {
|
||||
background: none;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
border-image: url("common-assets/misc/osd.svg") 9 9 9 9;
|
||||
border-image: url("common-assets/misc/osd.svg") 9 9 9 9;
|
||||
|
||||
.osd-monitor-label { font-size: 3em; }
|
||||
|
||||
@@ -1214,7 +1214,7 @@ StScrollBar {
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-image: url("misc/close-active.svg");
|
||||
background-image: url("common-assets/misc/close-active.svg");
|
||||
background-size: 26px;
|
||||
height: 26px;
|
||||
width: 26px;
|
||||
@@ -2256,17 +2256,3 @@ $legacy_icon_size: 24px;
|
||||
border-radius: 2px;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
/*tweaks*/
|
||||
.panel-button:active,
|
||||
.panel-button:overview,
|
||||
.panel-button:focus,
|
||||
.panel-button:hover,
|
||||
#appMenu,
|
||||
#panel {
|
||||
text-shadow: 0px 0px white;
|
||||
}
|
||||
|
||||
stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user