mirror of
https://github.com/plankanban/planka.git
synced 2025-12-27 09:14:59 +03:00
Add project backgrounds
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: #fff;
|
||||
background: #fff;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 1px 0 #ccc;
|
||||
position: relative;
|
||||
@@ -57,7 +57,7 @@
|
||||
}
|
||||
|
||||
.card:hover {
|
||||
background-color: #f5f6f7;
|
||||
background: #f5f6f7;
|
||||
border-bottom-color: rgba(9, 30, 66, 0.25);
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
}
|
||||
|
||||
.fieldWrapper {
|
||||
background-color: #fff !important;
|
||||
background: #fff !important;
|
||||
border-radius: 3px !important;
|
||||
box-shadow: 0 1px 0 #ccc !important;
|
||||
margin-bottom: 8px !important;
|
||||
|
||||
Reference in New Issue
Block a user