mirror of
https://github.com/plankanban/planka.git
synced 2025-12-21 01:11:26 +03:00
Add project backgrounds
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user