ENH: Css tweaks, disabled input and items desc
parent
3f8135f485
commit
ef160bc1de
|
@ -25,7 +25,7 @@
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-bottom: 1px solid $colorTan;
|
border-bottom: 1px solid $colorTan;
|
||||||
&:hover, &:focus {
|
&:hover:not(:disabled), &:focus:not(:disabled) {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background: $inputBackground;
|
background: $inputBackground;
|
||||||
}
|
}
|
||||||
|
|
|
@ -91,8 +91,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.editor {
|
.description {
|
||||||
height: 250px;
|
.editor {
|
||||||
|
height: 250px;
|
||||||
|
.editor-content {
|
||||||
|
padding: 0 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue