mirror of
https://github.com/wekan/wekan.git
synced 2025-12-26 12:18:49 +01:00
Add some changes to Modern theme.
Thanks to jeroenstoker and xet7 ! Related #3086
This commit is contained in:
parent
191071d295
commit
6a1bc167cf
1 changed files with 32 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ setBoardClear(color1,color2)
|
||||||
color: #333
|
color: #333
|
||||||
|
|
||||||
.pop-over
|
.pop-over
|
||||||
box-shadow: 0 4px 20px rgba(0,0,0,.1)
|
box-shadow: 0 4px 20px rgba(0,0,0,.2)
|
||||||
border: 0
|
border: 0
|
||||||
border-radius: 5px
|
border-radius: 5px
|
||||||
|
|
||||||
|
|
@ -687,6 +687,17 @@ setBoardClear(color1,color2)
|
||||||
padding: 10px
|
padding: 10px
|
||||||
border-bottom: 0
|
border-bottom: 0
|
||||||
border-radius: 5px 5px 0 0
|
border-radius: 5px 5px 0 0
|
||||||
|
background:#eee
|
||||||
|
|
||||||
|
.pop-over .header .header-title
|
||||||
|
font-family: Poppins
|
||||||
|
font-size:16px
|
||||||
|
color:#333
|
||||||
|
|
||||||
|
.pop-over .header .close-btn
|
||||||
|
font-size:20px
|
||||||
|
top:6px
|
||||||
|
right:8px
|
||||||
|
|
||||||
.pop-over .content-container .content
|
.pop-over .content-container .content
|
||||||
padding: 5px 20px 20px
|
padding: 5px 20px 20px
|
||||||
|
|
@ -708,3 +719,23 @@ setBoardClear(color1,color2)
|
||||||
.sidebar .sidebar-content
|
.sidebar .sidebar-content
|
||||||
padding: 30px
|
padding: 30px
|
||||||
|
|
||||||
|
/* Notifications */
|
||||||
|
.board-color-modern section#notifications-drawer
|
||||||
|
border-radius:5px
|
||||||
|
|
||||||
|
.board-color-modern section#notifications-drawer .header
|
||||||
|
padding: 18px 16px
|
||||||
|
border-bottom: 0
|
||||||
|
border-radius: 5px 5px 0 0
|
||||||
|
background: #eee
|
||||||
|
|
||||||
|
.board-color-modern section#notifications-drawer .header h5
|
||||||
|
font-family: Poppins
|
||||||
|
font-weight: bold
|
||||||
|
|
||||||
|
.board-color-modern section#notifications-drawer .header .close
|
||||||
|
font-size: 20px
|
||||||
|
top: 14px
|
||||||
|
|
||||||
|
section#notifications-drawer .header .toggle-read
|
||||||
|
top: 18px
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue