Adwaita: Update tooltip styling more

Now that tooltips are csd again, the CSS wasn't quite working
anymore.
This commit is contained in:
Matthias Clasen 2015-11-10 12:48:40 -05:00
parent f2b373add8
commit 3552f524c3
3 changed files with 8 additions and 8 deletions

View File

@ -3054,18 +3054,18 @@ tooltip {
// very dark backgrounds
}
color: white;
padding: 4px; /* not working */
border-radius: 5px;
box-shadow: none; // otherwise it gets inherited by windowframe.csd
text-shadow: 0 1px black;
// FIXME: we need a border or tooltips vanish on black background.
decoration.csd {
decoration {
background-color: transparent;
}
* { //Yeah this is ugly
padding: 4px;
background-color: transparent;
color: white;
}
}

View File

@ -4261,7 +4261,6 @@ infobar {
* Tooltips *
************/
tooltip {
color: white;
padding: 4px;
/* not working */
border-radius: 5px;
@ -4271,11 +4270,12 @@ tooltip {
background-color: rgba(0, 0, 0, 0.8);
background-clip: padding-box;
border: 1px solid rgba(255, 255, 255, 0.1); }
tooltip decoration.csd {
tooltip decoration {
background-color: transparent; }
tooltip * {
padding: 4px;
background-color: transparent; }
background-color: transparent;
color: white; }
/*****************
* Color Chooser *

View File

@ -4433,7 +4433,6 @@ infobar {
* Tooltips *
************/
tooltip {
color: white;
padding: 4px;
/* not working */
border-radius: 5px;
@ -4443,11 +4442,12 @@ tooltip {
background-color: rgba(0, 0, 0, 0.8);
background-clip: padding-box;
border: 1px solid rgba(255, 255, 255, 0.1); }
tooltip decoration.csd {
tooltip decoration {
background-color: transparent; }
tooltip * {
padding: 4px;
background-color: transparent; }
background-color: transparent;
color: white; }
/*****************
* Color Chooser *