Cleanup styles
This commit is contained in:
parent
b43a36bc2e
commit
d28ff9f569
Binary file not shown.
Before Width: | Height: | Size: 261 B |
@ -7,7 +7,7 @@
|
|||||||
border-radius: $global-border-radius;
|
border-radius: $global-border-radius;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
&:hover, &.active {
|
&:hover, &.active {
|
||||||
background-color: #cccccc;
|
background-color: #cccccc;
|
||||||
color: #222222;
|
color: #222222;
|
||||||
|
@ -85,23 +85,10 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* End of new things */
|
/* End of new things */
|
||||||
|
|
||||||
.dynmap .map .tile img, img {
|
.dynmap .map .tile img, img {
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*******************
|
|
||||||
* Map Setup
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Map Controls */
|
|
||||||
.gmnoprint{
|
|
||||||
margin-top:-75px;
|
|
||||||
margin-left:-20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*******************
|
/*******************
|
||||||
* Alerts are pretty.
|
* Alerts are pretty.
|
||||||
*/
|
*/
|
||||||
@ -131,9 +118,6 @@ button {
|
|||||||
.alertbox {
|
.alertbox {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 0 1px 1px 1px;
|
border-width: 0 1px 1px 1px;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
|
||||||
border-radius: 0 0 3px 3px;
|
border-radius: 0 0 3px 3px;
|
||||||
}
|
}
|
||||||
@ -382,7 +366,7 @@ button {
|
|||||||
outline: none;
|
outline: none;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border: 0;
|
border: 0;
|
||||||
background: rgba(0, 0, 0, 0.6) url(../assets/images/chat_cursor.png) no-repeat 1px center;
|
//background: rgba(0, 0, 0, 0.6) url(../assets/images/chat_cursor.png) no-repeat 1px center;
|
||||||
|
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
padding: 1px 1px 1px 15px;
|
padding: 1px 1px 1px 15px;
|
||||||
|
Loading…
Reference in New Issue
Block a user