From 5e8e665a67d3996c40dfed34790a6c6f2b12671c Mon Sep 17 00:00:00 2001 From: Davidiniooo Date: Wed, 20 Jun 2018 22:26:08 +0200 Subject: [PATCH] Added ButtonStyle --- css/main.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 08a5878..fcdc2f4 100644 --- a/css/main.css +++ b/css/main.css @@ -266,7 +266,22 @@ width: 100% width: 1192; height: 530; } - +#forcesave{ + background-color: gray; + color:lightgray; + border:1px solid #ccc; +} +#logout{ + background-color: gray; + color:lightgray; + border:1px solid #ccc; +} +#forcesave:hover{ + background-color: darkgrey; +} +#logout:hover{ + background-color: darkgrey; +} body { -webkit-touch-callout: none; /* iOS Safari */ @@ -282,6 +297,7 @@ body { /* Non-prefixed version, currently supported by Chrome and Opera */ } + .buildtile { width: 48; height: 48;