style: Improved monitor label osd
- drops OSD style for blue - fixes #7140 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3016>
This commit is contained in:
parent
ee5819f870
commit
0bc6a024be
@ -37,13 +37,16 @@ $osd_levelbar_height:6px;
|
|||||||
|
|
||||||
// Monitor number label
|
// Monitor number label
|
||||||
.osd-monitor-label {
|
.osd-monitor-label {
|
||||||
@extend %osd_panel;
|
background-color: $selected_bg_color;
|
||||||
|
color: $selected_fg_color;
|
||||||
border-radius: $modal_radius;
|
border-radius: $modal_radius;
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-feature-settings: "tnum";
|
||||||
margin: $base_margin * 3;
|
margin: $base_margin * 3;
|
||||||
|
padding: $base_padding * 2;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
min-width: 1.3em;
|
min-width: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Pad OSD */
|
/* Pad OSD */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user