Gnome: Improve appearance of tooltips and app-notifications

This commit is contained in:
EliverLara
2020-06-24 13:43:16 -05:00
parent 884a85eab8
commit 717b58f49d
5 changed files with 115 additions and 115 deletions

View File

@@ -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);

View File

@@ -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;