Fix accidentally removed border-radius

This was removed by https://github.com/thelounge/lounge/pull/379/files#diff-97db1f70168fb5f12457b238ff6052b5L504.
This commit is contained in:
Jérémie Astori 2016-07-31 17:53:16 -04:00
parent a7fe19deca
commit 5c271cf7b1

View file

@ -591,6 +591,7 @@ button {
border-radius: 2px;
bottom: 4px;
left: 220px;
overflow: hidden; /* Without this, border-radius has no effect */
position: absolute;
right: 5px;
top: 4px;