theme: Clean up and merge window-caption definitions

This commit is contained in:
Jasper St. Pierre 2013-02-18 14:09:49 -05:00
parent 3056fc4710
commit df9b0c548e

View File

@ -632,10 +632,6 @@ StScrollBar StButton#vhandle:active {
padding-bottom: 32px;
}
.window-caption {
spacing: 25px;
}
.workspace-thumbnails-background {
border: 1px solid rgba(128, 128, 128, 0.4);
border-right: 0px;
@ -663,6 +659,7 @@ StScrollBar StButton#vhandle:active {
}
.window-caption {
spacing: 25px;
background: rgba(0,0,0,0.5);
border-radius: 8px;
padding: 4px 12px;
@ -670,6 +667,10 @@ StScrollBar StButton#vhandle:active {
border: 2px solid rgba(0, 0, 0, 0);
}
.window-caption:hover {
border: 2px solid rgba(255, 255, 255, 0);
}
.window-close, .notification-close {
background-image: url("close-window.svg");
background-size: 32px;
@ -681,10 +682,6 @@ StScrollBar StButton#vhandle:active {
-shell-close-overlap: 16px;
}
.window-caption:hover {
border: 2px solid rgba(255, 255, 255, 0);
}
.window-clone-border {
border: 4px solid rgba(255, 255, 255, 0.5);
border-radius: 4px;