1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +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-07 16:22:41 -05:00
.dark {
background-color: #222;
2018-03-30 17:59:43 -04:00
color: #9d9d9d;
2018-01-07 16:22:41 -05:00
border-color: transparent;
}
.dark:hover {
border-color: #adadad;
}