theme: Clean up and merge window-caption definitions
This commit is contained in:
parent
3056fc4710
commit
df9b0c548e
@ -632,10 +632,6 @@ StScrollBar StButton#vhandle:active {
|
|||||||
padding-bottom: 32px;
|
padding-bottom: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.window-caption {
|
|
||||||
spacing: 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.workspace-thumbnails-background {
|
.workspace-thumbnails-background {
|
||||||
border: 1px solid rgba(128, 128, 128, 0.4);
|
border: 1px solid rgba(128, 128, 128, 0.4);
|
||||||
border-right: 0px;
|
border-right: 0px;
|
||||||
@ -663,6 +659,7 @@ StScrollBar StButton#vhandle:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.window-caption {
|
.window-caption {
|
||||||
|
spacing: 25px;
|
||||||
background: rgba(0,0,0,0.5);
|
background: rgba(0,0,0,0.5);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 4px 12px;
|
padding: 4px 12px;
|
||||||
@ -670,6 +667,10 @@ StScrollBar StButton#vhandle:active {
|
|||||||
border: 2px solid rgba(0, 0, 0, 0);
|
border: 2px solid rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.window-caption:hover {
|
||||||
|
border: 2px solid rgba(255, 255, 255, 0);
|
||||||
|
}
|
||||||
|
|
||||||
.window-close, .notification-close {
|
.window-close, .notification-close {
|
||||||
background-image: url("close-window.svg");
|
background-image: url("close-window.svg");
|
||||||
background-size: 32px;
|
background-size: 32px;
|
||||||
@ -681,10 +682,6 @@ StScrollBar StButton#vhandle:active {
|
|||||||
-shell-close-overlap: 16px;
|
-shell-close-overlap: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.window-caption:hover {
|
|
||||||
border: 2px solid rgba(255, 255, 255, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.window-clone-border {
|
.window-clone-border {
|
||||||
border: 4px solid rgba(255, 255, 255, 0.5);
|
border: 4px solid rgba(255, 255, 255, 0.5);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
Loading…
Reference in New Issue
Block a user