[gtk+] Revert "Adwaita: Update tooltip theming"
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Revert "Adwaita: Update tooltip theming"
- Date: Wed, 28 Oct 2015 15:54:08 +0000 (UTC)
commit cab40f07434c7b4036660d08c974542a9868a09e
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Oct 28 11:48:52 2015 -0400
Revert "Adwaita: Update tooltip theming"
This reverts commit d974610741349b3f4e4c06abd87c82d99c6858ba.
gtk/theme/Adwaita/_common.scss | 4 ++--
gtk/theme/Adwaita/gtk-contained-dark.css | 8 ++++----
gtk/theme/Adwaita/gtk-contained.css | 8 ++++----
3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index edd303e..20b65b8 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -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
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index 5a7e15d..7725e20 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -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; }
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 1540153..0465b79 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -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; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]