From 7cab85653c4e8ec8ab6ecdad563e91907e4cd981 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Wed, 2 Dec 2020 12:06:24 +0100 Subject: [PATCH] style changes --- www/coco.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/www/coco.css b/www/coco.css index 7c8c3db..f79bb07 100644 --- a/www/coco.css +++ b/www/coco.css @@ -141,10 +141,13 @@ svg text{ .buttons #buttons-top{ display: block; } -.buttons span, .buttons label{ +.buttons span, .buttons label:not(#scenelabel){ /*color:white;*/ cursor:pointer; } +.buttons #convert{ + margin-right:15px; +} .buttons span:hover{ text-decoration:underline; } @@ -293,7 +296,7 @@ a:hover{ } select{ - padding: 5px; + padding: 2px; color:white; background:black; border:none; @@ -301,7 +304,8 @@ select{ font-family: "space_grotesk"; font-feature-settings: "salt"; - font-size 12.8px; + font-size: 12.8px; + cursor: pointer; } option{ font-family: sans-serif; @@ -317,7 +321,7 @@ button, input[type='submit'],#godraw a,#saved a{ text-decoration: none; /*color: initial;*/ - padding: 7px 10px; + padding: 4px 7px; color:white; background:black; border:none; @@ -325,7 +329,7 @@ button, input[type='submit'],#godraw a,#saved a{ font-family: "space_grotesk"; font-feature-settings: "salt"; - font-size 12.8px; + font-size: 12.8px; border-radius: 2px; }