summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-05-26 17:00:46 +0300
committerLauri Ojansivu <x@xet7.org>2020-05-26 17:00:46 +0300
commit6a1bc167cf10e75d61b3196db9eac2978d70ad8e (patch)
tree5fe848e47026a0e10b897c795bf3ed0000872a33 /client
parent191071d2955f1af643b3312dc46ae000c9c5f148 (diff)
downloadwekan-6a1bc167cf10e75d61b3196db9eac2978d70ad8e.tar.gz
wekan-6a1bc167cf10e75d61b3196db9eac2978d70ad8e.tar.bz2
wekan-6a1bc167cf10e75d61b3196db9eac2978d70ad8e.zip
Add some changes to Modern theme.
Thanks to jeroenstoker and xet7 ! Related #3086
Diffstat (limited to 'client')
-rw-r--r--client/components/boards/boardColors.styl33
1 files changed, 32 insertions, 1 deletions
diff --git a/client/components/boards/boardColors.styl b/client/components/boards/boardColors.styl
index 0081143f..cd3f69bb 100644
--- a/client/components/boards/boardColors.styl
+++ b/client/components/boards/boardColors.styl
@@ -679,7 +679,7 @@ setBoardClear(color1,color2)
color: #333
.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-radius: 5px
@@ -687,6 +687,17 @@ setBoardClear(color1,color2)
padding: 10px
border-bottom: 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
padding: 5px 20px 20px
@@ -708,3 +719,23 @@ setBoardClear(color1,color2)
.sidebar .sidebar-content
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