dropdown-item -> di

master
zmv7 2021-10-05 00:47:31 +05:00 committed by GitHub
parent 7fca116471
commit af110cfec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ max-height: 400px;
}
.dropdown-item {
.di {
color: #00FFFF;
padding-top: 5px;
padding-bottom: 5px;
@ -177,7 +177,7 @@ max-height: 400px;
}
.dropdown-item:hover {
.di:hover {
color: white;
background-color: darkblue;
}