mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
Revert "Adwaita: Update tooltip theming"
This reverts commit d974610741
.
This commit is contained in:
parent
b4d49c36ce
commit
cab40f0743
@ -3015,7 +3015,7 @@ infobar {
|
||||
* Tooltips *
|
||||
************/
|
||||
|
||||
tooltip {
|
||||
.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.
|
||||
@ -3037,7 +3037,7 @@ tooltip {
|
||||
}
|
||||
}
|
||||
|
||||
tooltip * { //Yeah this is ugly
|
||||
.tooltip * { //Yeah this is ugly
|
||||
padding: 4px;
|
||||
background-color: transparent;
|
||||
color: inherit; // just to be sure
|
||||
|
@ -4148,21 +4148,21 @@ infobar {
|
||||
/************
|
||||
* Tooltips *
|
||||
************/
|
||||
tooltip {
|
||||
.tooltip {
|
||||
color: white;
|
||||
padding: 4px;
|
||||
/* not working */
|
||||
border-radius: 5px;
|
||||
box-shadow: none;
|
||||
text-shadow: 0 1px black; }
|
||||
tooltip.background {
|
||||
.tooltip.background {
|
||||
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.csd {
|
||||
background-color: transparent; }
|
||||
|
||||
tooltip * {
|
||||
.tooltip * {
|
||||
padding: 4px;
|
||||
background-color: transparent;
|
||||
color: inherit; }
|
||||
|
@ -4320,21 +4320,21 @@ infobar {
|
||||
/************
|
||||
* Tooltips *
|
||||
************/
|
||||
tooltip {
|
||||
.tooltip {
|
||||
color: white;
|
||||
padding: 4px;
|
||||
/* not working */
|
||||
border-radius: 5px;
|
||||
box-shadow: none;
|
||||
text-shadow: 0 1px black; }
|
||||
tooltip.background {
|
||||
.tooltip.background {
|
||||
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.csd {
|
||||
background-color: transparent; }
|
||||
|
||||
tooltip * {
|
||||
.tooltip * {
|
||||
padding: 4px;
|
||||
background-color: transparent;
|
||||
color: inherit; }
|
||||
|
Loading…
Reference in New Issue
Block a user