reset buttons, better disabled for shadows

This commit is contained in:
Henry Jameson 2018-11-23 11:36:36 +03:00
parent 26b9f787bb
commit b07d7d7229
8 changed files with 85 additions and 22 deletions

View file

@ -120,6 +120,11 @@ input, textarea, .select {
line-height: 16px;
hyphens: none;
&:disabled, &[disabled=disabled] {
cursor: not-allowed;
opacity: 0.5;
}
.icon-down-open {
position: absolute;
top: 0;