[gnome-builder] style: add styling for search box
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] style: add styling for search box
- Date: Tue, 19 Jan 2016 22:09:20 +0000 (UTC)
commit 435693bc0f802d34a3f5bdcd44a3f8fe5106c1a3
Author: Christian Hergert <chergert redhat com>
Date: Tue Jan 19 14:09:08 2016 -0800
style: add styling for search box
data/theme/shared.css | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/shared.css b/data/theme/shared.css
index c8478b8..2dd8091 100644
--- a/data/theme/shared.css
+++ b/data/theme/shared.css
@@ -2,3 +2,18 @@
filechooser actionbar button.combo {
padding: 0;
}
+
+/* styling for editor search */
+frame.gb-search-frame {
+ background-image: linear-gradient(shade(@theme_bg_color,1.05), @theme_bg_color);
+ padding: 6px;
+ border-style: solid;
+ border-color: @borders;
+ border-left-width: 1px;
+ border-right-width: 1px;
+ border-bottom-width: 1px;
+ border-bottom-left-radius: 5px;
+}
+frame.gb-search-frame border {
+ border: none;
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]