|
|
|
@ -24,7 +24,7 @@ $default-height: 34px; |
|
|
|
|
|
|
|
/* Simple selector to allow easy overriding */ |
|
|
|
select, |
|
|
|
button:not(.vue), |
|
|
|
button, |
|
|
|
input, |
|
|
|
textarea, |
|
|
|
div[contenteditable=true], |
|
|
|
@ -43,7 +43,7 @@ div[contenteditable=false] { |
|
|
|
/* Default global values */ |
|
|
|
div.select2-drop .select2-search input, // TODO: REMOVE WHEN DROPPING SELECT2 |
|
|
|
select, |
|
|
|
button:not(.vue), .button:not(.vue), |
|
|
|
button, .button, |
|
|
|
input:not([type='range']), |
|
|
|
textarea, |
|
|
|
div[contenteditable=true], |
|
|
|
@ -168,8 +168,8 @@ input { |
|
|
|
|
|
|
|
/* 'Click' inputs */ |
|
|
|
select, |
|
|
|
button:not(.vue), .button:not(.vue), |
|
|
|
input[type='button']:not(.vue), |
|
|
|
button, .button, |
|
|
|
input[type='button'], |
|
|
|
input[type='submit'], |
|
|
|
input[type='reset'] { |
|
|
|
padding: 6px 16px; |
|
|
|
@ -184,7 +184,7 @@ input[type='reset'] { |
|
|
|
} |
|
|
|
} |
|
|
|
select, |
|
|
|
button:not(.vue), .button:not(.vue) { |
|
|
|
button, .button { |
|
|
|
* { |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
@ -197,8 +197,8 @@ button:not(.vue), .button:not(.vue) { |
|
|
|
} |
|
|
|
|
|
|
|
/* Buttons */ |
|
|
|
button:not(.vue), .button:not(.vue), |
|
|
|
input[type='button']:not(.vue), |
|
|
|
button, .button, |
|
|
|
input[type='button'], |
|
|
|
input[type='submit'], |
|
|
|
input[type='reset'] { |
|
|
|
font-weight: bold; |
|
|
|
@ -215,7 +215,7 @@ input[type='reset'] { |
|
|
|
color: #fff !important; |
|
|
|
} |
|
|
|
} |
|
|
|
button:not(.vue), .button:not(.vue) { |
|
|
|
button, .button { |
|
|
|
> span { |
|
|
|
/* icon position inside buttons */ |
|
|
|
&[class^='icon-'], |
|
|
|
|