[gnome-themes-standard] black tooltips
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] black tooltips
- Date: Mon, 9 Jun 2014 21:24:13 +0000 (UTC)
commit 7c2476bb438baf386075c2ad8a3496a41e121ea7
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Mon Jun 9 23:23:55 2014 +0200
black tooltips
themes/Adwaita/gtk-3.0/_common.scss | 7 ++++---
themes/Adwaita/gtk-3.0/gtk-contained-dark.css | 7 ++++---
themes/Adwaita/gtk-3.0/gtk-contained.css | 7 ++++---
3 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 4c8440b..09d7c74 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -1488,10 +1488,11 @@ GtkInfoBar {
************/
.tooltip {
+ color: white;
padding: 4px; /* not working */
- border-radius: 3px;
- background-color: transparentize($base_color,0.1); //FIXME proper color
- text-shadow: 0 1px transparentize(black,0.9);
+ border-radius: 5px;
+ background-color: transparentize(black,0.1); //FIXME proper color
+ text-shadow: 0 1px black;
}
.tooltip * { //Yeah this is ugly
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index 6a8ad4c..2d19dac 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -1764,11 +1764,12 @@ GtkInfoBar {
* Tooltips *
************/
.tooltip {
+ color: white;
padding: 4px;
/* not working */
- border-radius: 3px;
- background-color: rgba(51, 51, 51, 0.9);
- text-shadow: 0 1px rgba(0, 0, 0, 0.1); }
+ border-radius: 5px;
+ background-color: rgba(0, 0, 0, 0.9);
+ text-shadow: 0 1px black; }
.tooltip * {
padding: 4px;
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 39ec23a..e5f374c 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -1764,11 +1764,12 @@ GtkInfoBar {
* Tooltips *
************/
.tooltip {
+ color: white;
padding: 4px;
/* not working */
- border-radius: 3px;
- background-color: rgba(255, 255, 255, 0.9);
- text-shadow: 0 1px rgba(0, 0, 0, 0.1); }
+ border-radius: 5px;
+ background-color: rgba(0, 0, 0, 0.9);
+ text-shadow: 0 1px black; }
.tooltip * {
padding: 4px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]