[gnome-themes-standard] adwaita: add an initial class for inline toolbars
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] adwaita: add an initial class for inline toolbars
- Date: Thu, 17 Mar 2011 19:25:15 +0000 (UTC)
commit 2287f1a87759e49a1ab3406fb00d0212d7727b59
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Mar 17 15:24:56 2011 -0400
adwaita: add an initial class for inline toolbars
themes/Adwaita/gtk-3.0/gtk.css | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 98f4771..06d9852 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -871,6 +871,26 @@ GtkComboBox.button {
border-color: shade (@inactive_frame_color, 0.925);
}
+/*******************
+ * Inline toolbars *
+ *******************/
+
+.inline-toolbar.toolbar {
+ border-width: 1;
+ border-radius: 3;
+ border-style: solid;
+
+ background-image: -gtk-gradient (linear,
+ left top,
+ left bottom,
+ from (@toolbar_gradient_base),
+ color-stop (0.16, @toolbar_gradient_step1),
+ color-stop (0.90, @toolbar_gradient_step2),
+ color-stop (0.98, @toolbar_gradient_final),
+ color-stop (0.99, shade (@theme_bg_color, 0.83)),
+ to (shade (@theme_bg_color, 0.83)));
+}
+
/*************
* GtkSwitch *
*************/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]