commit
425932ca60
18
css/main.css
18
css/main.css
|
|
@ -303,7 +303,22 @@ width: 100%
|
||||||
width: 1192;
|
width: 1192;
|
||||||
height: 530;
|
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 {
|
body {
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
/* iOS Safari */
|
/* iOS Safari */
|
||||||
|
|
@ -319,6 +334,7 @@ body {
|
||||||
/* Non-prefixed version, currently supported by Chrome and Opera */
|
/* Non-prefixed version, currently supported by Chrome and Opera */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.buildtile {
|
.buildtile {
|
||||||
width: 48;
|
width: 48;
|
||||||
height: 48;
|
height: 48;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue