summaryrefslogtreecommitdiffstats
path: root/core/css/inputs.scss
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/inputs.scss')
-rw-r--r--core/css/inputs.scss20
1 files changed, 13 insertions, 7 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss
index e2ff40d6253..54d70178b05 100644
--- a/core/css/inputs.scss
+++ b/core/css/inputs.scss
@@ -29,7 +29,8 @@ $default-height: 36px;
/* Simple selector to allow easy overriding */
select,
-button:not(.button-vue),
+// "vs__" class prefix is used in the vue-select lib
+button:not(.button-vue):not(.action-button):not([class^="vs__"]),
input,
textarea,
div[contenteditable=true],
@@ -54,7 +55,8 @@ div.select2-drop .select2-search input, // TODO: REMOVE WHEN DROPPING SELECT2
input[type='submit'],
input[type='button'],
input[type='reset'],
-button:not(.button-vue), .button,
+button:not(.button-vue):not(.action-button):not([class^="vs__"]),
+.button,
.pager li a {
margin: 3px 3px 3px 0;
padding: 7px 14px;
@@ -183,7 +185,8 @@ input {
/* 'Click' inputs */
select,
-button:not(.button-vue), .button,
+button:not(.button-vue):not(.action-button):not([class^="vs__"]),
+.button,
input[type='button'],
input[type='submit'],
input[type='reset'] {
@@ -200,7 +203,7 @@ input[type='reset'] {
}
}
-input:not([type='range']):not(.input-field__input):not([type='submit']):not([type='button']):not([type='reset']):not(.multiselect__input):not(.select2-input):not(.action-input__input),
+input:not([type='range']):not(.input-field__input):not([type='submit']):not([type='button']):not([type='reset']):not(.multiselect__input):not(.select2-input):not(.action-input__input):not(.action-button):not([class^="vs__"]),
select,
div[contenteditable=true],
textarea {
@@ -242,7 +245,8 @@ select {
}
select,
-button:not(.button-vue), .button {
+button:not(.button-vue):not(.action-button):not([class^="vs__"]),
+.button {
* {
cursor: pointer;
}
@@ -255,7 +259,8 @@ button:not(.button-vue), .button {
}
/* Buttons */
-button:not(.button-vue), .button,
+button:not(.button-vue):not(.action-button):not([class^="vs__"]),
+.button,
input[type='button'],
input[type='submit'],
input[type='reset'] {
@@ -273,7 +278,8 @@ input[type='reset'] {
color: #fff !important;
}
}
-button:not(.button-vue):not(.action-button), .button {
+button:not(.button-vue):not(.action-button):not([class^="vs__"]),
+.button {
> span {
/* icon position inside buttons */
&[class^='icon-'],