[gnome-builder] style: add css for new panel panel component



commit 57be0651738df12e1cf8db6c2212e984c8ccd615
Author: Christian Hergert <chergert redhat com>
Date:   Mon Dec 18 19:58:20 2017 -0800

    style: add css for new panel panel component

 data/themes/shared.css                |    1 +
 data/themes/shared/shared-buildui.css |    9 +++++++++
 src/libide/libide.gresource.xml       |    1 +
 3 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/data/themes/shared.css b/data/themes/shared.css
index 518e1f2..5f2971b 100644
--- a/data/themes/shared.css
+++ b/data/themes/shared.css
@@ -1,3 +1,4 @@
+@import url("resource:///org/gnome/builder/themes/shared/shared-buildui.css");
 @import url("resource:///org/gnome/builder/themes/shared/shared-debugger.css");
 @import url("resource:///org/gnome/builder/themes/shared/shared-layout.css");
 @import url("resource:///org/gnome/builder/themes/shared/shared-editor.css");
diff --git a/data/themes/shared/shared-buildui.css b/data/themes/shared/shared-buildui.css
new file mode 100644
index 0000000..0791684
--- /dev/null
+++ b/data/themes/shared/shared-buildui.css
@@ -0,0 +1,9 @@
+buildpanel expander title label {
+  font-size: 0.833em;
+  opacity: 0.55;
+}
+
+buildpanel expander list row label {
+  font-size: 0.833em;
+  padding: 3px 14px;
+}
diff --git a/src/libide/libide.gresource.xml b/src/libide/libide.gresource.xml
index 196b2cf..40ff3e9 100644
--- a/src/libide/libide.gresource.xml
+++ b/src/libide/libide.gresource.xml
@@ -32,6 +32,7 @@
     <file compressed="true" alias="Arc-shared.css">../../data/themes/Arc-shared.css</file>
 
     <file compressed="true" alias="shared.css">../../data/themes/shared.css</file>
+    <file compressed="true" 
alias="shared/shared-buildui.css">../../data/themes/shared/shared-buildui.css</file>
     <file compressed="true" 
alias="shared/shared-debugger.css">../../data/themes/shared/shared-debugger.css</file>
     <file compressed="true" 
alias="shared/shared-editor.css">../../data/themes/shared/shared-editor.css</file>
     <file compressed="true" 
alias="shared/shared-greeter.css">../../data/themes/shared/shared-greeter.css</file>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]