mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Change the default background-color of ui-btn at white theme
This commit is contained in:
@@ -11,7 +11,7 @@ $sideNav--folded-width = 44px
|
|||||||
$topBar-height = 60px
|
$topBar-height = 60px
|
||||||
|
|
||||||
// UI default
|
// UI default
|
||||||
$ui-text-color = #515151
|
$ui-text-color = #333333
|
||||||
$ui-inactive-text-color = #939395
|
$ui-inactive-text-color = #939395
|
||||||
$ui-borderColor = #D1D1D1
|
$ui-borderColor = #D1D1D1
|
||||||
$ui-backgroundColor = #FFFFFF
|
$ui-backgroundColor = #FFFFFF
|
||||||
@@ -23,9 +23,9 @@ $ui-tag-backgroundColor = rgba(0, 0, 0, 0.3)
|
|||||||
|
|
||||||
// UI Button
|
// UI Button
|
||||||
$ui-button-color = #939395
|
$ui-button-color = #939395
|
||||||
$ui-button--hover-backgroundColor = #D4D4D4
|
$ui-button--hover-backgroundColor = #D9D9D9
|
||||||
$ui-button--active-color = white
|
$ui-button--active-color = white
|
||||||
$ui-button--active-backgroundColor = #D4D4D4
|
$ui-button--active-backgroundColor = #D9D9D9
|
||||||
$ui-button--focus-borderColor = lighten(#369DCD, 25%)
|
$ui-button--focus-borderColor = lighten(#369DCD, 25%)
|
||||||
|
|
||||||
// UI Tooltip
|
// UI Tooltip
|
||||||
@@ -67,7 +67,7 @@ $active-border = solid 1px $active-border-color
|
|||||||
// Default button
|
// Default button
|
||||||
$default-button-background = white
|
$default-button-background = white
|
||||||
$default-button-background--hover = #e6e6e6
|
$default-button-background--hover = #e6e6e6
|
||||||
$default-button-background--active = #d4d4d4
|
$default-button-background--active = #D9D9D9
|
||||||
|
|
||||||
colorDefaultButton()
|
colorDefaultButton()
|
||||||
background-color $default-button-background
|
background-color $default-button-background
|
||||||
@@ -130,10 +130,11 @@ navButtonColor()
|
|||||||
transition color background-color 0.15s
|
transition color background-color 0.15s
|
||||||
&:hover
|
&:hover
|
||||||
background-color alpha($ui-button--active-backgroundColor, 20%)
|
background-color alpha($ui-button--active-backgroundColor, 20%)
|
||||||
|
transition color background-color 0.15s
|
||||||
&:active, &:active:hover
|
&:active, &:active:hover
|
||||||
background-color alpha($ui-button--active-backgroundColor, 20%)
|
background-color $ui-button--active-backgroundColor
|
||||||
color $ui-button--active-color
|
color black
|
||||||
|
transition color background-color 0.15s
|
||||||
/**
|
/**
|
||||||
* # Modal Stuff
|
* # Modal Stuff
|
||||||
* These will be moved lib/modal
|
* These will be moved lib/modal
|
||||||
|
|||||||
Reference in New Issue
Block a user