forked from indymedia/epicyon
Color of dropdown in timeline
parent
e847d6000a
commit
10a2764a83
|
@ -580,7 +580,7 @@ input[type=submit]:hover {
|
|||
.dropdown-timeline-content {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background-color: #f1f1f1;
|
||||
background-color: var(--main-bg-color);
|
||||
min-width: 100px;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
z-index: 1;
|
||||
|
@ -588,7 +588,7 @@ input[type=submit]:hover {
|
|||
|
||||
/* Links inside the dropdown */
|
||||
.dropdown-timeline-content a {
|
||||
color: black;
|
||||
color: var(--main-fg-color);
|
||||
padding: 12px 16px;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue