theme: window captions in the overview

+ a few typos
This commit is contained in:
Jakub Steiner 2014-10-21 16:53:01 +02:00 committed by Florian Müllner
parent a6f572e49a
commit d0d60fbd93
2 changed files with 30 additions and 4 deletions

View File

@ -395,6 +395,19 @@ StScrollBar {
&.external-monitor { padding: 32px; }
}
.window-clone-border {
border: 4px solid $selected_bg_color;
border-radius: 4px;
}
.window-caption {
spacing: 25px;
background-color: transparentize($bg_color,0.3);
border-radius: 8px;
padding: 4px 12px;
-shell-caption-spacing: 12px;
&:hover { background-color: $selected_bg_color; }
}
.messages-indicator { color: transparentize($fg_color,.2); height: 32px; }
.messages-indicator-contents { spacing: 12px; padding-bottom: 12px; }
@ -427,8 +440,8 @@ StScrollBar {
spacing: 16px;
}
.search-selection { spacing: 16px; } // This should be equal to #searchResultsContent spacing
.search-selection-content { spacing: 32px; } // This is the space between the provider icon and the results container
.search-section { spacing: 16px; } // This should be equal to #searchResultsContent spacing
.search-section-content { spacing: 32px; } // This is the space between the provider icon and the results container
.search-statustext { // "no results"
@extend %status_text;
}

View File

@ -1622,6 +1622,19 @@ StScrollBar {
.window-picker.external-monitor {
padding: 32px; }
.window-clone-border {
border: 4px solid #215d9c;
border-radius: 4px; }
.window-caption {
spacing: 25px;
background-color: rgba(57, 63, 63, 0.7);
border-radius: 8px;
padding: 4px 12px;
-shell-caption-spacing: 12px; }
.window-caption:hover {
background-color: #215d9c; }
.messages-indicator {
color: rgba(238, 238, 236, 0.8);
height: 32px; }
@ -1652,10 +1665,10 @@ StScrollBar {
padding-right: 20px;
spacing: 16px; }
.search-selection {
.search-section {
spacing: 16px; }
.search-selection-content {
.search-section-content {
spacing: 32px; }
.list-search-results {