[gnome-themes-standard/wip/sass] searchbar: initial implemnetation
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/wip/sass] searchbar: initial implemnetation
- Date: Tue, 27 May 2014 18:01:57 +0000 (UTC)
commit 62cfaa6ce908d0e1f751021535e1cda6378288e1
Author: Jakub Steiner <jimmac gmail com>
Date: Tue May 27 20:01:41 2014 +0200
searchbar: initial implemnetation
themes/Adwaita/gtk-3.0/_common.scss | 15 +++++++++++++++
themes/Adwaita/gtk-3.0/gtk-contained-dark.css | 11 +++++++++++
themes/Adwaita/gtk-3.0/gtk-contained.css | 11 +++++++++++
3 files changed, 37 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 9ef49b3..765a3ba 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -515,6 +515,21 @@ GtkComboBox {
}
}
+/************
+ * Searbars *
+ ************/
+
+.search-bar {
+ border-width: 0 0 1px;
+ border-style: solid;
+ border-color: $borders_color;
+ $_bg: mix(black, $bg_color, 4%);
+ background-color: $_bg;
+ box-shadow: inset 0 1px 3px mix($borders_color, $_bg, 50%);
+ padding: 4px;
+}
+
+
/**************
* Tree Views *
**************/
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index 5099527..5373c0d 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -577,6 +577,17 @@ GtkComboBox {
.tiled .header-bar, .maximized .header-bar {
border-radius: 0; }
+/************
+ * Searbars *
+ ************/
+.search-bar {
+ border-width: 0 0 1px;
+ border-style: solid;
+ border-color: #1c1f1f;
+ background-color: #363c3c;
+ box-shadow: inset 0 1px 3px #292d2d;
+ padding: 4px; }
+
/**************
* Tree Views *
**************/
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 65140bd..87a4870 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -577,6 +577,17 @@ GtkComboBox {
.tiled .header-bar, .maximized .header-bar {
border-radius: 0; }
+/************
+ * Searbars *
+ ************/
+.search-bar {
+ border-width: 0 0 1px;
+ border-style: solid;
+ border-color: #a1a1a1;
+ background-color: #e3e3e3;
+ box-shadow: inset 0 1px 3px #c2c2c2;
+ padding: 4px; }
+
/**************
* Tree Views *
**************/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]