1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/frontend/app/language/language.component.css

14 lines
164 B
CSS
Raw Normal View History

.dropdown-menu {
min-width: auto;
}
2018-01-08 05:22:41 +08:00
.dark {
background-color: #222;
2018-03-31 05:59:43 +08:00
color: #9d9d9d;
2018-01-08 05:22:41 +08:00
border-color: transparent;
}
.dark:hover {
border-color: #adadad;
}