mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
theme: Use the same style for dash tooltips as for window captions
Both serve a similar function but had different styles. Since these two can now be seen next to each other, the visual difference is quite noticeable. Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3727 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1681>
This commit is contained in:
parent
b74900b3a3
commit
901ecfb619
1 changed files with 3 additions and 5 deletions
|
|
@ -51,12 +51,10 @@ $dash_border_radius: $modal_radius * 1.5;
|
|||
|
||||
// OSD Tooltip
|
||||
.dash-label {
|
||||
background-color: transparentize($osd_bg_color,0.05);
|
||||
border-radius: $base_border_radius + 2px;
|
||||
border:none;
|
||||
box-shadow:0 0 0 1px $osd_outer_borders_color;
|
||||
color: $osd_fg_color;
|
||||
padding: $base_padding $base_padding + 2px;
|
||||
background-color: $osd_bg_color;
|
||||
border-radius: 99px;
|
||||
padding: $base_padding $base_padding * 2;
|
||||
text-align: center;
|
||||
-y-offset: $base_margin * 3; // distance from the dash edge
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue