2018-06-14 21:42:44 +00:00
|
|
|
@import '_colors.sass'
|
|
|
|
|
|
|
|
.tab
|
|
|
|
border-color: $comment !important
|
|
|
|
|
|
|
|
.tab-item
|
|
|
|
a
|
|
|
|
color: $foreground !important
|
|
|
|
|
|
|
|
a:hover
|
|
|
|
color: $cyan !important
|
|
|
|
|
|
|
|
.tab-item.active
|
|
|
|
a
|
|
|
|
color: $cyan !important
|
|
|
|
border-bottom-color: $cyan !important
|
|
|
|
|
|
|
|
.tab-listing-order
|
|
|
|
border-color: $comment !important
|
|
|
|
|
|
|
|
.form-select
|
|
|
|
border-color: $comment !important
|
|
|
|
|
|
|
|
&:not([multiple])
|
|
|
|
&:not([size])
|
|
|
|
background-color: $selection !important
|