Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit 4e59a15

Browse files
committed
refactor: update dropdown CSS
Dropdowns now comply with the dark theme
1 parent a4e0ed5 commit 4e59a15

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

style/src/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,15 @@ input[type=text] {display:inline;}
101101
.info-body {color:#333 !important;}
102102
.info-body-row {padding: 2px 0;color:#333 !important; margin: 0;}
103103

104+
.dropdown-menu { background-color: #333; }
105+
.dropdown-item { color: #999999; }
106+
107+
.dropdown-item:focus,
108+
.dropdown-item:hover {
109+
color: #fff;
110+
background-color: #333;
111+
}
112+
104113
/* UI/Div ---------------------- */
105114
#wrapper {position: relative;width:100%;height:100%;min-height:100%;position:relative;}
106115
#logo-box{background-color: #333439;padding: 5px; height: 104px; width: 104px;position:absolute;overflow:hidden;z-index: 99;bottom: 0;right: 0;border-radius:15px 0 0 0;}

0 commit comments

Comments
 (0)