mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Disable button when "Hide system messages" in user profile setting is valid
This commit is contained in:
parent
b503ba1144
commit
61ee107c27
4 changed files with 15 additions and 4 deletions
|
|
@ -668,11 +668,11 @@ button
|
|||
left: 20px
|
||||
background-color: #179588
|
||||
|
||||
.toggle-switch:disabled ~ .toggle-label
|
||||
.toggle-switch:checked:disabled ~ .toggle-label
|
||||
background-color: #d5d5d5
|
||||
pointer-events: none
|
||||
|
||||
&after
|
||||
&:after
|
||||
background-color: #bcbdbc
|
||||
|
||||
.toggle-switch
|
||||
|
|
@ -682,6 +682,7 @@ button
|
|||
margin: 0 0.5em
|
||||
display: flex
|
||||
|
||||
|
||||
@media screen and (max-width: 800px)
|
||||
.edit-controls,
|
||||
.add-controls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue