theme: window captions in the overview
+ a few typos
This commit is contained in:
parent
a6f572e49a
commit
d0d60fbd93
@ -395,6 +395,19 @@ StScrollBar {
|
|||||||
&.external-monitor { padding: 32px; }
|
&.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 { color: transparentize($fg_color,.2); height: 32px; }
|
||||||
.messages-indicator-contents { spacing: 12px; padding-bottom: 12px; }
|
.messages-indicator-contents { spacing: 12px; padding-bottom: 12px; }
|
||||||
|
|
||||||
@ -427,8 +440,8 @@ StScrollBar {
|
|||||||
spacing: 16px;
|
spacing: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-selection { spacing: 16px; } // This should be equal to #searchResultsContent spacing
|
.search-section { 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-content { spacing: 32px; } // This is the space between the provider icon and the results container
|
||||||
.search-statustext { // "no results"
|
.search-statustext { // "no results"
|
||||||
@extend %status_text;
|
@extend %status_text;
|
||||||
}
|
}
|
||||||
|
@ -1622,6 +1622,19 @@ StScrollBar {
|
|||||||
.window-picker.external-monitor {
|
.window-picker.external-monitor {
|
||||||
padding: 32px; }
|
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 {
|
.messages-indicator {
|
||||||
color: rgba(238, 238, 236, 0.8);
|
color: rgba(238, 238, 236, 0.8);
|
||||||
height: 32px; }
|
height: 32px; }
|
||||||
@ -1652,10 +1665,10 @@ StScrollBar {
|
|||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
spacing: 16px; }
|
spacing: 16px; }
|
||||||
|
|
||||||
.search-selection {
|
.search-section {
|
||||||
spacing: 16px; }
|
spacing: 16px; }
|
||||||
|
|
||||||
.search-selection-content {
|
.search-section-content {
|
||||||
spacing: 32px; }
|
spacing: 32px; }
|
||||||
|
|
||||||
.list-search-results {
|
.list-search-results {
|
||||||
|
Loading…
Reference in New Issue
Block a user