summaryrefslogtreecommitdiff
path: root/nwg-bar/style.css
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-07-06 16:36:18 -0500
committerzachir <zachir@librem.one>2025-07-06 16:36:18 -0500
commitee3a47c52c24e003817dc4312934187aebb11694 (patch)
tree33451d16c0a34c6b9587a143b152ca0efb7c2249 /nwg-bar/style.css
parent9d6aa4b62be2547b26ec7a51db785b1a843785b6 (diff)
parent8fa82b7d4bf461bdeb5559214ed51199c945b3da (diff)
Merge branch 'master' into cas
Diffstat (limited to 'nwg-bar/style.css')
-rw-r--r--nwg-bar/style.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/nwg-bar/style.css b/nwg-bar/style.css
new file mode 100644
index 0000000..023d282
--- /dev/null
+++ b/nwg-bar/style.css
@@ -0,0 +1,35 @@
+window {
+ background-color: rgba (0, 0, 0, 1.0)
+}
+
+/* Outer bar container, takes all the window width/height */
+#outer-box {
+ margin: 0px
+}
+
+/* Inner bar container, surrounds buttons */
+#inner-box {
+ background-color: rgba (27, 29, 28, 0.85);
+ border-radius: 10px;
+ border-style: none;
+ border-width: 1px;
+ border-color: rgba (156, 142, 122, 0.7);
+ padding: 5px;
+ margin: 5px
+}
+
+button, image {
+ background: none;
+ border: none;
+ box-shadow: none
+}
+
+button {
+ padding-left: 10px;
+ padding-right: 10px;
+ margin: 5px
+}
+
+button:hover {
+ background-color: rgba (25, 138, 68, 1.0)
+}