From 80006e4d1dc2bcefced6a43c04fc9b03ea89c381 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Fri, 30 Sep 2022 15:00:33 +0200 Subject: [PATCH] update button css --- main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.css b/main.css index bc2ead7..1a90c0c 100644 --- a/main.css +++ b/main.css @@ -11,7 +11,7 @@ a {color: #38a;text-decoration: none;} a:hover {text-decoration: underline;} body{background:var(--bg-main); color:#456; font-family: verdana,arial; font-size:1.0em; margin: 0;} -button_{background:#eee; border: none; color:#333; padding: 0.1em 1em; border-radius: 0.3em; border: 2px solid rgba(0,0,0,0.1); box-shadow: 0.2em 0.2em 0.5em #aaa;} +button{background:#46a; border: none; color:#fff; padding: 0.2em 1em; border-radius: 0.3em; border: 2px solid rgba(0,0,0,0.1); box-shadow: 0.2em 0.2em 0.5em #aaa;} button.add{background:#8c8;} button.del{background:#c88;} button:hover{background:#68c;} @@ -30,7 +30,7 @@ i.fa{font-size: 150%; } i.fa.lookup{font-size: 100%; opacity: 0.4;} nav.servers{float: left; margin-right: 1em;} -#selectserver{min-height: 30em; border-right: 0px dashed #cde; padding: 0 0.5em; background: #fff; } +#selectserver{min-height: 30em; border-right: 2px dashed #cde; padding: 0 0.5em; background: #fff; } nav.tabs a{display: block; float: left; background: rgba(0,60,60,0.05); padding: 0.5em 1em; color:#345; text-decoration: none; margin-right: 2px; border-top: 4px solid rgba(0,0,0,0.01);} nav.tabs a.active{background: #d0e0e0; border-color: rgb(255,0,51); } -- GitLab