mirror of
https://github.com/wekan/wekan.git
synced 2025-12-31 22:58:48 +01:00
Merge pull request #5492 from mfilser/master
sidebar xmark icon, add padding and background color
This commit is contained in:
commit
73ffc99f37
1 changed files with 6 additions and 2 deletions
|
|
@ -16,9 +16,13 @@
|
|||
}
|
||||
.sidebar-xmark {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 5px;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
font-size: 25px;
|
||||
padding: 10px;
|
||||
}
|
||||
.sidebar-xmark:hover {
|
||||
background: rgba(0,0,0,0.15);
|
||||
}
|
||||
.sidebar .sidebar-content {
|
||||
padding: 12px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue