SL styling adjustments.

This commit is contained in:
Paulo Reis 2018-07-03 15:28:00 +01:00 committed by James Allen
parent 71351476f7
commit 3517db8348
4 changed files with 8 additions and 1 deletions

View file

@ -10,7 +10,7 @@
.input-suggestions-shadow {
background-color: @input-bg;
padding-top: 4px;
padding-top: @input-suggestion-v-offset;
}
.input-suggestions-shadow-existing {
color: transparent;

View file

@ -35,12 +35,14 @@
> .btn {
border-color: @input-border-focus;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px fade(@input-border-focus, 60%);
padding-top: @input-suggestion-v-offset;
}
}
> .btn {
color: @input-color;
background-color: @input-bg;
border: 1px solid @input-border;
padding-top: @input-suggestion-v-offset;
&[disabled] {
cursor: not-allowed;
background-color: @input-bg-disabled;
@ -53,6 +55,7 @@
.ui-select-container[tagging] {
.ui-select-toggle {
cursor: text;
padding-top: @input-suggestion-v-offset;
> i.caret.pull-right {
display: none;
}

View file

@ -995,3 +995,5 @@
@history-toolbar-bg-color : @toolbar-alt-bg-color;
@history-toolbar-color : @text-color;
// Input suggestions
@input-suggestion-v-offset : 6px;

View file

@ -289,6 +289,8 @@
@sys-msg-color : #FFF;
@sys-msg-border : solid 1px lighten(@ol-blue, 10%);
@input-suggestion-v-offset : 4px;
//== Colors
//
//## Gray and brand colors for use across Bootstrap.