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

set theme Solarized dark

This commit is contained in:
Rokt33r
2015-06-08 20:15:47 +09:00
parent 5c02ab24fe
commit 5ad5da47d2
16 changed files with 193 additions and 139 deletions

View File

@@ -1,20 +1,16 @@
$side-view-link-hover-color= $gray-dark
$side-view-link-active-color= $link-color
$side-view-link-active-bg= $body-bg
#side-view
.nav-control-group
margin 0 5px
ul.nav.nav-pills
li hr
margin: 5px 0
border-top none
border-bottom solid 1px $baseBorderColor
#side-view ul.nav.nav-pills
li hr
margin: 5px 0
border-color: lighten($gray-dark, 20%)
li a
color: white
&:hover
color: $side-view-link-hover-color
li.active a
color:$side-view-link-active-color
background-color: $side-view-link-active-bg
li a
border-top-right-radius 0
border-bottom-right-radius 0
transition 0.2s
li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
background-color: $backgroundColorSelected
}

View File

@@ -86,6 +86,7 @@ body > .select2-container.open
.ui-select-bootstrap .ui-select-toggle
position: relative
border-radius $input-border-radius
.ui-select-bootstrap .ui-select-toggle > .caret
@@ -112,6 +113,7 @@ body > .select2-container.open
/* Instead of center because of .btn */
text-align: left !important
padding-right: 25px
border-radius $input-border-radius
.ui-select-bootstrap > .ui-select-match > .caret
@@ -135,7 +137,13 @@ body > .ui-select-bootstrap.open
.ui-select-multiple.ui-select-bootstrap
height: auto
padding: 3px 3px 0 3px
padding: 3px 3px 0 10px
.ui-select-multiple.ui-select-bootstrap.open
border-color $input-border-focus
outline 0
box-shadow inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(red($input-border-focus), green($input-border-focus), blue($input-border-focus), .6)
.ui-select-multiple.ui-select-bootstrap input.ui-select-search
@@ -186,21 +194,21 @@ body > .ui-select-bootstrap.open
clear: both
font-weight: 400
line-height: 1.42857143
color: #333
color: $dropdown-link-color
white-space: nowrap
.ui-select-bootstrap .ui-select-choices-row>a:hover, .ui-select-bootstrap .ui-select-choices-row>a:focus
text-decoration: none
color: #262626
background-color: #f5f5f5
color: $dropdown-link-hover-color
background-color: $dropdown-link-hover-bg
.ui-select-bootstrap .ui-select-choices-row.active>a
color: #fff
color: $dropdown-link-hover-color
text-decoration: none
outline: 0
background-color: #428bca
background-color: $dropdown-link-hover-bg
.ui-select-bootstrap .ui-select-choices-row.disabled>a,