mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Merge branch 'nztqa-improve-slider-color' into devel
Use theme color for Slider for Comments only. Thanks to nztqa! Closes #1274
This commit is contained in:
commit
3bee5ad7fe
3 changed files with 27 additions and 7 deletions
|
|
@ -1,3 +1,11 @@
|
||||||
|
# Upcoming Wekan release
|
||||||
|
|
||||||
|
This release adds the following new features:
|
||||||
|
|
||||||
|
* [Use theme color for Slider for Comments only](https://github.com/wekan/wekan/pull/1275).
|
||||||
|
|
||||||
|
Thanks to Github user nztqa for contributions.
|
||||||
|
|
||||||
# v0.46 2017-10-03 Wekan release
|
# v0.46 2017-10-03 Wekan release
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,17 @@ setBoardColor(color)
|
||||||
&:not(.is-checked) + .minicard:hover:not(.minicard-composer)
|
&:not(.is-checked) + .minicard:hover:not(.minicard-composer)
|
||||||
background: lighten(color, 97%)
|
background: lighten(color, 97%)
|
||||||
|
|
||||||
|
.toggle-label
|
||||||
|
|
||||||
|
&:after
|
||||||
|
background-color: darken(color, 20%)
|
||||||
|
|
||||||
|
.toggle-switch:checked ~ .toggle-label
|
||||||
|
background-color: lighten(color, 20%)
|
||||||
|
|
||||||
|
&:after
|
||||||
|
background-color: darken(color, 20%)
|
||||||
|
|
||||||
@media screen and (max-width: 800px)
|
@media screen and (max-width: 800px)
|
||||||
&.pop-over .header
|
&.pop-over .header
|
||||||
background: color
|
background: color
|
||||||
|
|
|
||||||
|
|
@ -87,6 +87,7 @@ template(name="cardDetails")
|
||||||
hr
|
hr
|
||||||
.activity-title
|
.activity-title
|
||||||
h2 {{ _ 'activity'}}
|
h2 {{ _ 'activity'}}
|
||||||
|
if currentUser.isBoardMember
|
||||||
.material-toggle-switch
|
.material-toggle-switch
|
||||||
span.toggle-switch-title {{_ 'hide-system-messages'}}
|
span.toggle-switch-title {{_ 'hide-system-messages'}}
|
||||||
if hiddenSystemMessages
|
if hiddenSystemMessages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue