mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
Add project backgrounds
This commit is contained in:
parent
af4297ac62
commit
3bb68b0d4f
67 changed files with 774 additions and 210 deletions
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
|
||||
.editButton:hover {
|
||||
background: hsla(0, 0%, 100%, 0.08) !important;
|
||||
background: rgba(255, 255, 255, 0.08) !important;
|
||||
}
|
||||
|
||||
.link {
|
||||
|
@ -45,7 +45,7 @@
|
|||
}
|
||||
|
||||
.tab:hover {
|
||||
background: hsla(0, 0%, 0%, 0.24) !important;
|
||||
background: rgba(0, 0, 0, 0.24) !important;
|
||||
}
|
||||
|
||||
.tab:hover .target {
|
||||
|
@ -53,11 +53,11 @@
|
|||
}
|
||||
|
||||
.tabActive {
|
||||
background: hsla(0, 0%, 0%, 0.24) !important;
|
||||
background: rgba(0, 0, 0, 0.24) !important;
|
||||
}
|
||||
|
||||
.tabActive:hover {
|
||||
background: hsla(0, 0%, 0%, 0.32) !important;
|
||||
background: rgba(0, 0, 0, 0.32) !important;
|
||||
}
|
||||
|
||||
.tabWrapper {
|
||||
|
@ -66,7 +66,7 @@
|
|||
}
|
||||
|
||||
.tabs {
|
||||
border-bottom: 2px solid hsla(0, 0%, 0%, 0.24);
|
||||
border-bottom: 2px solid rgba(0, 0, 0, 0.24);;
|
||||
display: flex;
|
||||
height: 38px;
|
||||
flex: 0 0 auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue