Removed useless controls + changed controls style
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
.control-global{
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
border: 1px solid dimgray;
|
||||
width: 27px;
|
||||
height: 27px;
|
||||
border: 1px solid #303030;
|
||||
box-sizing: border-box;
|
||||
transition: border 0.25s;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.animated:hover{
|
||||
border: 3px solid dimgray;
|
||||
border: 3px solid #303030;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@ -40,10 +39,9 @@
|
||||
padding: 2px 0;
|
||||
border-radius: 6px;
|
||||
|
||||
/* Position the tooltip text - see examples below! */
|
||||
width: 130px;
|
||||
height: 20px;
|
||||
left: 100%;
|
||||
right: 100%;
|
||||
top:3px;
|
||||
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user