Removed useless controls + changed controls style

This commit is contained in:
l_samenv
2024-08-09 10:54:28 +02:00
parent 62d1047925
commit 9c7fe9d622
6 changed files with 12 additions and 52 deletions

View File

@ -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;