Commit 3a711ca4 authored by Martin Cífka's avatar Martin Cífka
Browse files

border-radius fix

parent 4c10e31b
Loading
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -136,11 +136,17 @@ input[type="checkbox" i]:disabled+label {
  color: #777;
}

input,
select,
button
{
    border-radius: 3px;
}

input,
select
{
    border: none;
    border-radius: 3px;
    padding: 5px;
    box-sizing: border-box;
    background-color:white;
@@ -166,7 +172,6 @@ input[type="checkbox"] {

#buttonPowerOff {
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 2px;
}