fix problems with editing cards and columns that
were created in previous change
This commit is contained in:
parent
de6a1b22b7
commit
7fdbeec800
4 changed files with 66 additions and 55 deletions
|
@ -165,14 +165,22 @@ h2 {
|
|||
|
||||
.bottom-icon {
|
||||
padding: 5px;
|
||||
opacity: .3;
|
||||
opacity: .4;
|
||||
}
|
||||
|
||||
.bottom-icon:hover {
|
||||
padding: 5px;
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
.faded-icon {
|
||||
opacity: .4;
|
||||
}
|
||||
|
||||
.faded-icon:hover {
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
#add-col {
|
||||
position: absolute; right: 3px; top: 200px; display: none; opacity: .15;
|
||||
}
|
||||
|
@ -496,11 +504,17 @@ input:hover {
|
|||
background-color: rgba(128, 128, 256,0.1)
|
||||
}
|
||||
|
||||
.config {
|
||||
position: fixed;
|
||||
right: 18px;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.trash {
|
||||
position: fixed;
|
||||
right: 18px;
|
||||
bottom: 4px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue