aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-10-29 22:55:17 +0100
committerdec05eba <dec05eba@protonmail.com>2018-10-31 18:12:53 +0100
commit687796532d80fc6a0ae8327eec8f901002bdc0dd (patch)
tree06af853217da7b7a27c925cb7b4b76600f66d724
parent831bb01cb38d42dfb53fa82a107cb91c88ab1724 (diff)
Finally fixed annoying white separator
-rw-r--r--css/style.css3
-rw-r--r--project.conf2
2 files changed, 3 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index ccdb8b8..ad354f8 100644
--- a/css/style.css
+++ b/css/style.css
@@ -40,7 +40,8 @@ menu {
}
separator {
- background-color: #444444;
+ border-style: none;
+ background-size: 0px;
}
.separator-horizontal-margin {
diff --git a/project.conf b/project.conf
index a92579e..3862b6e 100644
--- a/project.conf
+++ b/project.conf
@@ -5,4 +5,4 @@ version = "0.1.0"
platforms = ["any"]
[dependencies]
-gtkmm-3.0 = "3"
+gtkmm-3.0 = "3" \ No newline at end of file