From f00dc5ef908ad089ae1688f4208b0c57f3bc1169 Mon Sep 17 00:00:00 2001 From: Vladimir Barkasov Date: Sun, 1 Oct 2017 18:27:20 +0700 Subject: [PATCH] Fix CSS-styles --- style/app.css | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/style/app.css b/style/app.css index 791b0b9..22e866f 100644 --- a/style/app.css +++ b/style/app.css @@ -30,15 +30,7 @@ #dashboard-content #dashboard-topbar { width: 100%; - background: transparent linear-gradient(to bottom, #326FB4 0%, #9FC7F5 25%, #CBD3FC 50%, #A9B8FB 75%, #FFF 100%) repeat scroll 0% 0%; - background-color: transparent; - background-image: linear-gradient(to bottom, #326FB4 0%, #9FC7F5 25%, #CBD3FC 50%, #A9B8FB 75%, #FFF 100%); - background-repeat: repeat; - background-attachment: scroll; - background-position: 0% 0%; - background-clip: border-box; - background-origin: padding-box; - background-size: auto auto; + background: white; } /* Top-Right queues */ @@ -47,12 +39,11 @@ } #dashboard-content #dashboard-topbar .topbar-right .list_queues { - margin: 0px 20px; + margin: 0 20px; height: 200px; border-radius: 5px; - box-shadow: 1px 1px #333; - background: #4D4D4D; - border: 10px solid #324E93; + background: #EBEBEB; + border: 10px solid #E1E1E1; } #dashboard-content #dashboard-topbar .topbar-right .list_queues .slide {