Merge pull request #2 from Davidiniooo/master

Added ButtonStyle
This commit is contained in:
MasterGordon 2018-06-23 16:10:05 +02:00 committed by GitHub
commit 425932ca60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 1 deletions

View File

@ -303,7 +303,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 */
@ -319,6 +334,7 @@ body {
/* Non-prefixed version, currently supported by Chrome and Opera */
}
.buildtile {
width: 48;
height: 48;