1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-03 20:19:17 +00:00

update ui

This commit is contained in:
Rokt33r
2015-06-09 16:16:09 +09:00
parent f2daf5e9f4
commit 3b0dd3a188
17 changed files with 200 additions and 97 deletions

View File

@@ -87,6 +87,8 @@ body > .select2-container.open
.ui-select-bootstrap .ui-select-toggle
position: relative
border-radius $input-border-radius
.ui-select-placeholder
color $textColor
.ui-select-bootstrap .ui-select-toggle > .caret
@@ -104,7 +106,7 @@ body > .select2-container.open
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control
border-radius: 4px /* FIXME hardcoded value :-/ */
border-radius: $input-border-radius
border-top-right-radius: 0
border-bottom-right-radius: 0
@@ -114,6 +116,7 @@ body > .select2-container.open
text-align: left !important
padding-right: 25px
border-radius $input-border-radius
border solid 1px $input-border
.ui-select-bootstrap > .ui-select-match > .caret