浏览代码

Merge pull request #4332 from jghaanstra/master

Revert rounded corners minicard on moderndark theme
Lauri Ojansivu 3 年之前
父节点
当前提交
e461c4a018
共有 1 个文件被更改,包括 5 次插入9 次删除
  1. 5 9
      client/components/boards/boardColors.styl

+ 5 - 9
client/components/boards/boardColors.styl

@@ -873,11 +873,11 @@ setBoardClear(color1,color2)
 
   .swimlane .list:nth-child(even) .list-header,
   .swimlane .list:nth-child(even) .list-body
-    background: #5f5f5f
+    background: #6a6a6a
 
   .swimlane .list:nth-child(odd) .list-header,
   .swimlane .list:nth-child(odd) .list-body
-    background: #3b3b3b
+    background: #555555
 
   .list-header
     padding: 10px
@@ -933,19 +933,15 @@ setBoardClear(color1,color2)
   .minicard
     background-color: #444444
     color: #cccccc
-    //border-radius: 2px
+    border-radius: 2px
     font-size: 0.95em
-    //padding: 10px
     box-shadow: 0 4px 3px -3px rgba(0,0,0,0.8)
     border-bottom: 1px solid #666666
-    // All minicards rounded corners:
-    border-radius: 7px
-    padding: 10px 10px 4px 10px
-    //box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.15)
+    padding: 8px
 
   .minicard:hover
     color: #f7f7f7
-    background-color: #797979 !important
+    background-color: #4d4d4d !important
 
   .minicard .minicard-labels
     margin-bottom: 4px