theme: more osd fixes
This commit is contained in:
parent
4d12baea02
commit
94438e9d69
@ -31,7 +31,7 @@ $font-size: 11;
|
|||||||
$font-family: Cantarell, Sans-Serif;
|
$font-family: Cantarell, Sans-Serif;
|
||||||
$_bubble_bg_color: opacify($osd_bg_color,0.25);
|
$_bubble_bg_color: opacify($osd_bg_color,0.25);
|
||||||
$_bubble_fg_color: $osd_fg_color;
|
$_bubble_fg_color: $osd_fg_color;
|
||||||
$_bubble_borders_color: transparentize($osd_fg_color,0.5);
|
$_bubble_borders_color: transparentize($osd_fg_color,0.8);
|
||||||
|
|
||||||
stage {
|
stage {
|
||||||
font-family: $font-family;
|
font-family: $font-family;
|
||||||
@ -491,8 +491,8 @@ StScrollBar {
|
|||||||
.level {
|
.level {
|
||||||
height: 0.6em;
|
height: 0.6em;
|
||||||
border-radius: 0.3em;
|
border-radius: 0.3em;
|
||||||
background-color: transparentize(darken($bg_color,15%),0.5);
|
background-color: transparentize(darken($osd_bg_color,15%),0.5);
|
||||||
color: $fg_color;
|
color: $osd_fg_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -186,7 +186,7 @@ StScrollBar {
|
|||||||
/* End Session Dialog */
|
/* End Session Dialog */
|
||||||
.end-session-dialog {
|
.end-session-dialog {
|
||||||
spacing: 42px;
|
spacing: 42px;
|
||||||
border: 3px solid rgba(238, 238, 236, 0.5); }
|
border: 3px solid rgba(238, 238, 236, 0.2); }
|
||||||
|
|
||||||
.end-session-dialog-list {
|
.end-session-dialog-list {
|
||||||
padding-top: 20px; }
|
padding-top: 20px; }
|
||||||
@ -308,7 +308,7 @@ StScrollBar {
|
|||||||
/* Password or Authentication Dialog */
|
/* Password or Authentication Dialog */
|
||||||
.prompt-dialog {
|
.prompt-dialog {
|
||||||
width: 500px;
|
width: 500px;
|
||||||
border: 3px solid rgba(238, 238, 236, 0.5); }
|
border: 3px solid rgba(238, 238, 236, 0.2); }
|
||||||
|
|
||||||
.prompt-dialog-main-layout {
|
.prompt-dialog-main-layout {
|
||||||
spacing: 24px;
|
spacing: 24px;
|
||||||
@ -442,8 +442,8 @@ StScrollBar {
|
|||||||
.osd-window .level {
|
.osd-window .level {
|
||||||
height: 0.6em;
|
height: 0.6em;
|
||||||
border-radius: 0.3em;
|
border-radius: 0.3em;
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(11, 12, 13, 0.5);
|
||||||
color: #fff; }
|
color: #eeeeec; }
|
||||||
|
|
||||||
/* App Switcher */
|
/* App Switcher */
|
||||||
.switcher-popup {
|
.switcher-popup {
|
||||||
@ -516,7 +516,7 @@ StScrollBar {
|
|||||||
.switcher-list, .workspace-switcher-container {
|
.switcher-list, .workspace-switcher-container {
|
||||||
color: #eeeeec;
|
color: #eeeeec;
|
||||||
background-color: #2e3436;
|
background-color: #2e3436;
|
||||||
border: 1px solid rgba(238, 238, 236, 0.5);
|
border: 1px solid rgba(238, 238, 236, 0.2);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 12px; }
|
padding: 12px; }
|
||||||
|
|
||||||
@ -602,7 +602,7 @@ StScrollBar {
|
|||||||
.calendar-vertical-separator {
|
.calendar-vertical-separator {
|
||||||
width: .3em;
|
width: .3em;
|
||||||
-stipple-width: 1px;
|
-stipple-width: 1px;
|
||||||
-stipple-color: rgba(238, 238, 236, 0.5); }
|
-stipple-color: rgba(238, 238, 236, 0.2); }
|
||||||
|
|
||||||
.calendar-month-label {
|
.calendar-month-label {
|
||||||
color: #f2f2f2;
|
color: #f2f2f2;
|
||||||
@ -1086,7 +1086,7 @@ StScrollBar {
|
|||||||
#dash, .workspace-thumbnails {
|
#dash, .workspace-thumbnails {
|
||||||
color: #eeeeec;
|
color: #eeeeec;
|
||||||
background-color: #2e3436;
|
background-color: #2e3436;
|
||||||
border: 1px solid rgba(238, 238, 236, 0.5); }
|
border: 1px solid rgba(238, 238, 236, 0.2); }
|
||||||
|
|
||||||
.search-statustext, .no-frequent-applications-label {
|
.search-statustext, .no-frequent-applications-label {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
@ -1353,7 +1353,7 @@ StScrollBar {
|
|||||||
-arrow-border-radius: 10px;
|
-arrow-border-radius: 10px;
|
||||||
-arrow-background-color: rgba(46, 52, 54, 0.7);
|
-arrow-background-color: rgba(46, 52, 54, 0.7);
|
||||||
-arrow-border-width: 2px;
|
-arrow-border-width: 2px;
|
||||||
-arrow-border-color: rgba(238, 238, 236, 0.5);
|
-arrow-border-color: rgba(238, 238, 236, 0.2);
|
||||||
-arrow-base: 20px;
|
-arrow-base: 20px;
|
||||||
-arrow-rise: 10px;
|
-arrow-rise: 10px;
|
||||||
-boxpointer-gap: 5px; }
|
-boxpointer-gap: 5px; }
|
||||||
@ -1564,7 +1564,7 @@ StScrollBar {
|
|||||||
padding-bottom: 0; }
|
padding-bottom: 0; }
|
||||||
.screen-shield-notifications-container .screen-shield-notification-source {
|
.screen-shield-notifications-container .screen-shield-notification-source {
|
||||||
padding: 12px 6px;
|
padding: 12px 6px;
|
||||||
border: 1px solid rgba(238, 238, 236, 0.5);
|
border: 1px solid rgba(238, 238, 236, 0.2);
|
||||||
background-color: rgba(46, 52, 54, 0.5);
|
background-color: rgba(46, 52, 54, 0.5);
|
||||||
color: #eeeeec;
|
color: #eeeeec;
|
||||||
border-radius: 4px; }
|
border-radius: 4px; }
|
||||||
|
@ -186,7 +186,7 @@ StScrollBar {
|
|||||||
/* End Session Dialog */
|
/* End Session Dialog */
|
||||||
.end-session-dialog {
|
.end-session-dialog {
|
||||||
spacing: 42px;
|
spacing: 42px;
|
||||||
border: 3px solid rgba(238, 238, 236, 0.5); }
|
border: 3px solid rgba(238, 238, 236, 0.2); }
|
||||||
|
|
||||||
.end-session-dialog-list {
|
.end-session-dialog-list {
|
||||||
padding-top: 20px; }
|
padding-top: 20px; }
|
||||||
@ -308,7 +308,7 @@ StScrollBar {
|
|||||||
/* Password or Authentication Dialog */
|
/* Password or Authentication Dialog */
|
||||||
.prompt-dialog {
|
.prompt-dialog {
|
||||||
width: 500px;
|
width: 500px;
|
||||||
border: 3px solid rgba(238, 238, 236, 0.5); }
|
border: 3px solid rgba(238, 238, 236, 0.2); }
|
||||||
|
|
||||||
.prompt-dialog-main-layout {
|
.prompt-dialog-main-layout {
|
||||||
spacing: 24px;
|
spacing: 24px;
|
||||||
@ -442,7 +442,7 @@ StScrollBar {
|
|||||||
.osd-window .level {
|
.osd-window .level {
|
||||||
height: 0.6em;
|
height: 0.6em;
|
||||||
border-radius: 0.3em;
|
border-radius: 0.3em;
|
||||||
background-color: rgba(21, 23, 23, 0.5);
|
background-color: rgba(11, 12, 13, 0.5);
|
||||||
color: #eeeeec; }
|
color: #eeeeec; }
|
||||||
|
|
||||||
/* App Switcher */
|
/* App Switcher */
|
||||||
@ -516,7 +516,7 @@ StScrollBar {
|
|||||||
.switcher-list, .workspace-switcher-container {
|
.switcher-list, .workspace-switcher-container {
|
||||||
color: #eeeeec;
|
color: #eeeeec;
|
||||||
background-color: #2e3436;
|
background-color: #2e3436;
|
||||||
border: 1px solid rgba(238, 238, 236, 0.5);
|
border: 1px solid rgba(238, 238, 236, 0.2);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 12px; }
|
padding: 12px; }
|
||||||
|
|
||||||
@ -602,7 +602,7 @@ StScrollBar {
|
|||||||
.calendar-vertical-separator {
|
.calendar-vertical-separator {
|
||||||
width: .3em;
|
width: .3em;
|
||||||
-stipple-width: 1px;
|
-stipple-width: 1px;
|
||||||
-stipple-color: rgba(238, 238, 236, 0.5); }
|
-stipple-color: rgba(238, 238, 236, 0.2); }
|
||||||
|
|
||||||
.calendar-month-label {
|
.calendar-month-label {
|
||||||
color: #e2e2df;
|
color: #e2e2df;
|
||||||
@ -1086,7 +1086,7 @@ StScrollBar {
|
|||||||
#dash, .workspace-thumbnails {
|
#dash, .workspace-thumbnails {
|
||||||
color: #eeeeec;
|
color: #eeeeec;
|
||||||
background-color: #2e3436;
|
background-color: #2e3436;
|
||||||
border: 1px solid rgba(238, 238, 236, 0.5); }
|
border: 1px solid rgba(238, 238, 236, 0.2); }
|
||||||
|
|
||||||
.search-statustext, .no-frequent-applications-label {
|
.search-statustext, .no-frequent-applications-label {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
@ -1353,7 +1353,7 @@ StScrollBar {
|
|||||||
-arrow-border-radius: 10px;
|
-arrow-border-radius: 10px;
|
||||||
-arrow-background-color: rgba(46, 52, 54, 0.7);
|
-arrow-background-color: rgba(46, 52, 54, 0.7);
|
||||||
-arrow-border-width: 2px;
|
-arrow-border-width: 2px;
|
||||||
-arrow-border-color: rgba(238, 238, 236, 0.5);
|
-arrow-border-color: rgba(238, 238, 236, 0.2);
|
||||||
-arrow-base: 20px;
|
-arrow-base: 20px;
|
||||||
-arrow-rise: 10px;
|
-arrow-rise: 10px;
|
||||||
-boxpointer-gap: 5px; }
|
-boxpointer-gap: 5px; }
|
||||||
@ -1564,7 +1564,7 @@ StScrollBar {
|
|||||||
padding-bottom: 0; }
|
padding-bottom: 0; }
|
||||||
.screen-shield-notifications-container .screen-shield-notification-source {
|
.screen-shield-notifications-container .screen-shield-notification-source {
|
||||||
padding: 12px 6px;
|
padding: 12px 6px;
|
||||||
border: 1px solid rgba(238, 238, 236, 0.5);
|
border: 1px solid rgba(238, 238, 236, 0.2);
|
||||||
background-color: rgba(46, 52, 54, 0.5);
|
background-color: rgba(46, 52, 54, 0.5);
|
||||||
color: #eeeeec;
|
color: #eeeeec;
|
||||||
border-radius: 4px; }
|
border-radius: 4px; }
|
||||||
|
Loading…
Reference in New Issue
Block a user