basic styling for custom control buttons
This commit is contained in:
@@ -32,16 +32,21 @@ body {
|
|||||||
.customControl {
|
.customControl {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
|
color: black;
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.customControl > div.top {
|
.customControl > div.top {
|
||||||
background-color: #fff;
|
|
||||||
border: 2px solid #000;
|
|
||||||
text-align: center;
|
|
||||||
width: 70px;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
width: 70px;
|
line-height: 160%;
|
||||||
|
text-align: center;
|
||||||
|
padding: 0px 6px;
|
||||||
|
|
||||||
|
background-color: white;
|
||||||
|
|
||||||
|
border: 1px solid #A9BBDF;
|
||||||
|
border-radius: 2px 2px;
|
||||||
|
box-shadow: rgba(0, 0, 0, 0.347656) 2px 2px 3px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user