From a84e5fe7b28b019ed0610248596185e3369d9fa4 Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 13 Mar 2019 23:43:11 +0000 Subject: colorized custom menu svg. would be good to replace the hamburger eventually. --- static/navbar.css | 10 ++++++++++ static/styles.css | 1 + 2 files changed, 11 insertions(+) diff --git a/static/navbar.css b/static/navbar.css index 4345e39c..5028cbbf 100644 --- a/static/navbar.css +++ b/static/navbar.css @@ -47,3 +47,13 @@ top: 11px; left: -6px; } + +.custom-toggler.navbar.toggler { + border-color: rgb(255,102,203); + /* border-color: rgb(102,136,170); */ +} + +.custom-toggler .navbar-toggler-icon { + /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */ + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(102,136,170, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); +} diff --git a/static/styles.css b/static/styles.css index d2845c28..b6e8248b 100644 --- a/static/styles.css +++ b/static/styles.css @@ -5,6 +5,7 @@ left: 0; z-index: 3; } + .skip { display:none!important; } -- cgit v1.2.3