From e75b85f942388b872ce4fb3998de725f9df7e577 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Tue, 29 Mar 2016 11:40:44 +0300 Subject: [PATCH] =?UTF-8?q?FIX=20=D1=81=D1=82=D0=B8=D0=BB=D1=8C=20=D0=BA?= =?UTF-8?q?=D0=BD=D0=BE=D0=BF=D0=BE=D0=BA=20=D0=BD=D0=B0=D0=B2=D0=B8=D0=B3?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 9f9fd6c..05766a1 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -70,7 +70,7 @@ div.leaflet-popup-content button:hover span.label {display: inline;} /*Controls for BOX*/ div#control {width: 50px; position: absolute; top: 0; right: 0;bottom: 50px; color: white; font-size: 20px; padding-top: 60px;} body.openBox div#control {right: 250px;} -div#control div {background-color: rgba(15, 15, 15, 0.65); border-radius: 8px 0 0 8px; width: auto; padding: 10px; margin-left: 10px; margin-bottom: 8px; cursor: pointer;} +div#control div {background-color: rgba(10, 10, 10, 0.8); border-radius: 8px 0 0 8px; width: auto; padding: 10px; margin-left: 10px; margin-bottom: 8px; cursor: pointer;} div#control div:before {cursor: pointer;} div#control div:hover {background-color: #000;} div#control div.active {background-color: rgb(255, 162, 0);} @@ -82,6 +82,9 @@ div#control div.space {height: 10px; background-color: transparent; padding: 0;} div#control div._t2 {background-color: rgba(200, 200, 200, 0.65); border-radius: 8px 0 0 0;border-bottom: solid 1px #ddd; margin-bottom: 0;} div#control div#notify {position: absolute; background-color: red;color: white;border-radius: 50%; width: 20px;height: 20px;margin: 0;padding: 0;padding-top: 2px;text-align: center;font-weight: bolder;font-size: 15px;vertical-align: middle;font-family: sans-serif;top: 18px;left: -7px;} +nav.navbar.navbar-inverse.navbar-fixed-top {opacity: 0.9} +nav.navbar.navbar-inverse .navbar-nav>li>a {color: #ddd;} + /*BOX*/ body.openBox div#box {display: block; z-index: 100; overflow-y: scroll;overflow-x: hidden;} div#box {width: 250px; display: none; position: absolute; top: 0; right: 0;bottom: 0px; border-left: 2px solid rgba(45, 45, 45, 0.8); padding: 60px 7px 0 7px;}