Revert "HighContrast: Update tooltip styling"

This reverts commit 93d80380ee.
This commit is contained in:
Matthias Clasen 2015-10-28 11:53:09 -04:00
parent cab40f0743
commit 854c7d1f0f
2 changed files with 4 additions and 4 deletions

View File

@ -2343,7 +2343,7 @@ infobar {
* Tooltips *
************/
tooltip {
.tooltip {
color: white;
padding: 4px; /* not working */
border-radius: 5px;
@ -2352,7 +2352,7 @@ tooltip {
// 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

View File

@ -2558,7 +2558,7 @@ infobar {
/************
* Tooltips *
************/
tooltip {
.tooltip {
color: white;
padding: 4px;
/* not working */
@ -2566,7 +2566,7 @@ tooltip {
background-color: rgba(0, 0, 0, 0.8);
text-shadow: 0 1px black; }
tooltip * {
.tooltip * {
padding: 4px;
background-color: transparent;
color: inherit; }