mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Gnome: Improve appearance of tooltips and app-notifications
This commit is contained in:
@@ -159,7 +159,7 @@ assistant {
|
||||
|
||||
%osd, .osd {
|
||||
color: $osd_fg_color;
|
||||
border: none;
|
||||
border: 1px solid #171e27;
|
||||
background-color: $osd_bg_color;
|
||||
background-clip: padding-box;
|
||||
outline-color: transparentize($osd_fg_color, 0.7);
|
||||
|
||||
@@ -5,7 +5,7 @@ tooltip {
|
||||
&.background {
|
||||
// background-color needs to be set this way otherwise it gets drawn twice
|
||||
// see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details.
|
||||
background-color: transparentize(black, 0.2);
|
||||
background-color: darken($_sidebar_color, 5%);
|
||||
background-clip: padding-box;
|
||||
border: 1px solid $tooltip_borders_color; // this suble border is meant to
|
||||
// not make the tooltip melt with
|
||||
@@ -13,7 +13,7 @@ tooltip {
|
||||
}
|
||||
|
||||
padding: 4px; /* not working */
|
||||
border-radius: 5px;
|
||||
border-radius: 4px;
|
||||
box-shadow: none; // otherwise it gets inherited by windowframe.csd
|
||||
text-shadow: 0 1px black;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user