forked from AuroraMiddleware/gtk
Revert "HighContrast: Update tooltip styling"
This reverts commit 93d80380ee
.
This commit is contained in:
parent
cab40f0743
commit
854c7d1f0f
@ -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
|
||||
|
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user