HighContrast: Update tooltip styling

Use the newly added element name instead of hardcoding the type.
This commit is contained in:
Matthias Clasen 2015-10-27 15:14:34 -04:00
parent d974610741
commit 93d80380ee
2 changed files with 299 additions and 299 deletions

View File

@ -2343,7 +2343,7 @@ infobar {
* Tooltips *
************/
.tooltip {
tooltip {
color: white;
padding: 4px; /* not working */
border-radius: 5px;
@ -2352,7 +2352,7 @@ infobar {
// border: 2px solid $borders_color; gnome shell style?
}
.tooltip * { //Yeah this is ugly
tooltip * { //Yeah this is ugly
padding: 4px;
background-color: transparent;
color: inherit; // just to be sure

File diff suppressed because it is too large Load Diff