add border to node name input

This commit is contained in:
Mads Rasmussen
2018-02-19 19:52:43 +01:00
parent fecb5e7979
commit f32513066f

View File

@@ -100,9 +100,9 @@ input.umb-editor-header__name-input {
height: 32px;
line-height: 32px;
width: 100%;
padding: 0 15px;
background: @gray-10;
border-radius: 3px;
padding: 0 10px;
background: @white;
border: 1px solid @gray-8;
&:hover {
background-color: @gray-10;
border: 1px solid @gray-8;
@@ -127,15 +127,17 @@ a.umb-editor-header__close-split-view:hover {
.umb-variant-switcher__toggle {
display: flex;
align-items: center;
padding: 0 15px;
padding: 0 10px;
text-decoration: none !important;
font-size: 13px;
border-left: none;
color: @gray-4;
background-color: @gray-10;
background-color: @white;
border: 1px solid @gray-8;
border-left: none;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
margin-left: -1px;
&:hover {
background-color: @gray-9;
background-color: @gray-10;
}
}