Added ButtonStyle
This commit is contained in:
parent
669db78a98
commit
5e8e665a67
18
css/main.css
18
css/main.css
|
|
@ -266,7 +266,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 */
|
||||||
|
|
@ -282,6 +297,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