summaryrefslogtreecommitdiff
path: root/src/gui/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/style.css')
-rw-r--r--src/gui/style.css27
1 files changed, 22 insertions, 5 deletions
diff --git a/src/gui/style.css b/src/gui/style.css
index 44161f7..dce41fa 100644
--- a/src/gui/style.css
+++ b/src/gui/style.css
@@ -1,4 +1,13 @@
+/* Extension de style */
+
+.dim-label {
+
+ margin-bottom: 4px;
+
+}
+
+
.boxed-widget {
border-top-left-radius: 12px;
@@ -27,11 +36,7 @@ list.boxed-list, list.boxed-list > row:last-child {
/* about.css */
-.black-bg {
-
- background-color: black;
-
-}
+@import url('resource:///re/chrysalide/framework/gui/dialogs/about.css');
/* welcome.css */
@@ -52,3 +57,15 @@ grid.hints > box {
min-width: 130px;
}
+
+
+/* dockstation.css */
+
+.control-button {
+
+ min-height: 0;
+ min-width: 0;
+
+ padding: 6px;
+
+}