mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-21 16:13:55 +00:00
Fixed option button style
This commit is contained in:
parent
3d8b95475f
commit
e34dc0fdcd
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ a {
|
|||
height: 100px;
|
||||
width: 100px;
|
||||
border-radius: 25%;
|
||||
border: 1px solid black;
|
||||
border: 4px solid;
|
||||
background-color: #a1a1a1;
|
||||
border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125);
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in a new issue