mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Select item in detail view
This commit is contained in:
@ -189,6 +189,26 @@ secondaryButtonHover =
|
||||
" hover:bg-gray-400 dark:hover:bg-slate-300 "
|
||||
|
||||
|
||||
|
||||
--- Secondary Basic Button
|
||||
|
||||
|
||||
secondaryBasicButtonNoColor : String
|
||||
secondaryBasicButtonNoColor =
|
||||
" my-auto whitespace-nowrap text-center shadow-none focus:outline-none focus:ring focus:ring-opacity-75 "
|
||||
|
||||
|
||||
secondaryBasicButtonMain : String
|
||||
secondaryBasicButtonMain =
|
||||
secondaryBasicButtonNoColor
|
||||
++ " border-gray-500 dark:border-slate-500 text-gray-500 dark:text-slate-400 "
|
||||
|
||||
|
||||
secondaryBasicButtonHover : String
|
||||
secondaryBasicButtonHover =
|
||||
" hover:bg-gray-600 hover:text-white dark:hover:text-white dark:hover:bg-slate-500 dark:hover:text-slate-100 "
|
||||
|
||||
|
||||
secondaryBasicButton : String
|
||||
secondaryBasicButton =
|
||||
secondaryBasicButtonRounded ++ secondaryBasicButtonPlain
|
||||
@ -205,20 +225,6 @@ secondaryBasicButtonRounded =
|
||||
|
||||
|
||||
|
||||
--- Secondary Basic Button
|
||||
|
||||
|
||||
secondaryBasicButtonMain : String
|
||||
secondaryBasicButtonMain =
|
||||
" my-auto whitespace-nowrap border-gray-500 dark:border-slate-500 text-gray-500 dark:text-slate-400 text-center shadow-none focus:outline-none focus:ring focus:ring-opacity-75 "
|
||||
|
||||
|
||||
secondaryBasicButtonHover : String
|
||||
secondaryBasicButtonHover =
|
||||
" hover:bg-gray-600 hover:text-white dark:hover:text-white dark:hover:bg-slate-500 dark:hover:text-slate-100 "
|
||||
|
||||
|
||||
|
||||
--- Delete Button
|
||||
|
||||
|
||||
@ -248,6 +254,18 @@ deleteLabel =
|
||||
|
||||
|
||||
|
||||
--- Green Button
|
||||
|
||||
|
||||
greenButton : String
|
||||
greenButton =
|
||||
secondaryBasicButtonNoColor
|
||||
++ secondaryBasicButtonRounded
|
||||
++ " dark:bg-lime-600 dark:bg-opacity-30 dark:border-lime-600 dark:text-lime-400 "
|
||||
++ " bg-lime-600 border-lime-600 text-white"
|
||||
|
||||
|
||||
|
||||
--- Others
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user