commit
425932ca60
18
css/main.css
18
css/main.css
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue