Merge pull request #537 from thelounge/astorije/fix-border-radius
Fix accidentally removed border-radius
This commit is contained in:
commit
bdfa7400f4
@ -591,6 +591,7 @@ button {
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
bottom: 4px;
|
bottom: 4px;
|
||||||
left: 220px;
|
left: 220px;
|
||||||
|
overflow: hidden; /* Without this, border-radius has no effect */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
|
Loading…
Reference in New Issue
Block a user