mirror of https://gitee.com/bigwinds/arangodb
scss
This commit is contained in:
parent
9e7a2039da
commit
7a84881148
|
@ -13,6 +13,9 @@
|
|||
margin-left: 10px;
|
||||
padding: 5px 16px;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
.button-neutral {
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue