[gnome-themes-standard/popovers] adwaita: Theme GtkPopovers and their OSD counterparts
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/popovers] adwaita: Theme GtkPopovers and their OSD counterparts
- Date: Tue, 14 Jan 2014 17:44:45 +0000 (UTC)
commit 31aa3567c58d7239167975db6165a386a716cf8b
Author: Carlos Garnacho <carlosg gnome org>
Date: Tue Jan 14 18:42:33 2014 +0100
adwaita: Theme GtkPopovers and their OSD counterparts
GtkPopovers are menu alike widgets that are shown pointing to
a definite area. Entries and textviews define some of those
that act as OSD for certain touch operations.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 26 +++++++++++++++++++++++---
1 files changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 051ff21..aa9dac2 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -4062,16 +4062,36 @@ GtkInfoBar {
/*************************
* Touch text selections *
*************************/
-GtkBubbleWindow {
+GtkPopover {
border-radius: 5px;
background-clip: border-box;
+ /*
+ background-color: @osd_popover_bg;
+ */
+ background-color: @theme_bg_color;
+
+ border-color: darker(@theme_bg_color);
+ border-width: 1px;
+ border-style: solid;
+
+ box-shadow: 0 2px 8px 3px @wm_shadow;
+ /* this is used for the resize cursor area */
+ margin: 10px;
}
-GtkBubbleWindow.osd.background {
+GtkPopover.osd {
background-color: @osd_popover_bg;
+ color: darker(white);
+}
+
+GtkPopover > .toolbar {
+ background-color: transparent;
}
-GtkBubbleWindow .toolbar {
+GtkPopover.osd > .toolbar .button {
+ border-radius: 0px;
+ border-width: 0px;
+ background-image: none;
background-color: transparent;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]