mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-16 11:15:12 +00:00
Apply dark theme to delete article modal
This commit is contained in:
@@ -16,6 +16,8 @@ themeDarkTableOdd = themeDarkPreview
|
|||||||
themeDarkTableEven = darken(themeDarkPreview, 10%)
|
themeDarkTableEven = darken(themeDarkPreview, 10%)
|
||||||
themeDarkTableHead = themeDarkTableEven
|
themeDarkTableHead = themeDarkTableEven
|
||||||
themeDarkTableBorder = themeDarkBorder
|
themeDarkTableBorder = themeDarkBorder
|
||||||
|
themeDarkModalButtonDefault = themeDarkPreview
|
||||||
|
themeDarkModalButtonDanger = #BF360C
|
||||||
|
|
||||||
body[data-theme="dark"]
|
body[data-theme="dark"]
|
||||||
.Main
|
.Main
|
||||||
@@ -248,6 +250,30 @@ body[data-theme="dark"]
|
|||||||
&:hover
|
&:hover
|
||||||
background-color brandColor
|
background-color brandColor
|
||||||
|
|
||||||
|
.DeleteArticleModal.modal
|
||||||
|
.control
|
||||||
|
button
|
||||||
|
transition 0.1s
|
||||||
|
color themeDarkText
|
||||||
|
border-color lighten(themeDarkModalButtonDefault, 20%)
|
||||||
|
background-color themeDarkModalButtonDefault
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
background-color: lighten(themeDarkModalButtonDefault, 10%)
|
||||||
|
|
||||||
|
&:focus
|
||||||
|
border-color themeDarkTopicColor
|
||||||
|
|
||||||
|
&.danger
|
||||||
|
background-color themeDarkModalButtonDanger
|
||||||
|
border-color lighten(themeDarkModalButtonDanger, 30%)
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
background-color: lighten(themeDarkModalButtonDanger, 10%)
|
||||||
|
|
||||||
|
&:focus
|
||||||
|
border-color lighten(themeDarkModalButtonDanger, 50%)
|
||||||
|
|
||||||
.Preferences.modal
|
.Preferences.modal
|
||||||
.sectionInput input,
|
.sectionInput input,
|
||||||
.sectionSelect select
|
.sectionSelect select
|
||||||
|
|||||||
Reference in New Issue
Block a user