mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
fix issue with dropdown buttons
This commit is contained in:
parent
682f08dbbb
commit
a3cc95784c
@ -73,8 +73,10 @@ div#single_task_warningInterval {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||||
padding: 0.4em 0.7em;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
a {
|
||||||
|
margin: 0.4em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bt-dropdown:hover .bt-dropdown-content {
|
.bt-dropdown:hover .bt-dropdown-content {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user