mirror of
https://github.com/plankanban/planka.git
synced 2025-12-27 09:14:59 +03:00
Transparent color scheme, preparing for custom backgrounds
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
.addListButton {
|
||||
background-color: rgba(0, 0, 0, 0.12);
|
||||
background: hsla(0, 0%, 0%, 0.24);
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
color: hsla(0, 0%, 100%, 0.7);
|
||||
color: hsla(0, 0%, 100%, 0.72);
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
fill: hsla(0, 0%, 100%, 0.7);
|
||||
fill: hsla(0, 0%, 100%, 0.72);
|
||||
font-weight: normal;
|
||||
height: 42px;
|
||||
padding: 11px;
|
||||
@@ -20,7 +20,7 @@
|
||||
}
|
||||
|
||||
.addListButton:hover {
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
background: hsla(0, 0%, 0%, 0.32);
|
||||
}
|
||||
|
||||
.addListButtonIcon {
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
}
|
||||
|
||||
.filterLabel {
|
||||
background: #2d3034;
|
||||
background: hsla(0, 0%, 0%, 0.24);
|
||||
border-radius: 3px;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
@@ -33,7 +33,7 @@
|
||||
}
|
||||
|
||||
.filterLabel:hover {
|
||||
opacity: 0.75;
|
||||
background: hsla(0, 0%, 0%, 0.32);
|
||||
}
|
||||
|
||||
.filterTitle {
|
||||
|
||||
Reference in New Issue
Block a user