From 687796532d80fc6a0ae8327eec8f901002bdc0dd Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 29 Oct 2018 22:55:17 +0100 Subject: Finally fixed annoying white separator --- css/style.css | 3 ++- project.conf | 2 +- 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 -- cgit v1.2.3