1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Fix the tag layout of white theme at NoteDetail

This commit is contained in:
Kazu Yokomizo
2017-04-07 19:08:34 +09:00
parent 041a51a70f
commit 7a9c4951a2
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ $ui-tag-backgroundColor = rgba(0, 0, 0, 0.3)
// UI Button
$ui-button-color = #939395
$ui-button--hover-backgroundColor = rgba(126, 127, 129, 0.08)
$ui-button--hover-backgroundColor = #D4D4D4
$ui-button--active-color = white
$ui-button--active-backgroundColor = #D4D4D4
$ui-button--focus-borderColor = lighten(#369DCD, 25%)