1
0
Fork 0
This commit is contained in:
hkernbach 2016-02-23 11:36:26 +01:00 committed by Frank Celler
parent 9e7a2039da
commit 7a84881148
3 changed files with 14 additions and 0 deletions

View File

@ -13,6 +13,9 @@
margin-left: 10px;
padding: 5px 16px;
&:focus {
outline: none;
}
}
.button-neutral {

View File

@ -68,6 +68,12 @@ div.headerBar {
padding-right: 5px;
position: relative;
select {
&:focus {
outline: none;
}
}
.infoField {
background-color: $c-white;
border: 1px solid rgba(140, 138, 137, .25);

View File

@ -163,9 +163,14 @@ toolbar {
font-weight: 300;
height: 30px;
line-height: 1;
outline: none;
padding: 5px;
padding-left: 5px !important;
padding-top: 3px !important;
&:focus {
outline: none;
}
}
}