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

28 lines
356 B
CSS
Raw Normal View History

.modal {
z-index: 9999;
}
.full-width {
width: 100%;
}
.row {
padding-top: 1px;
padding-bottom: 1px;
}
a.disabled {
/* Make the disabled links grayish*/
color: gray;
/* And disable the pointer events */
pointer-events: none;
}
a.dropdown-item {
padding:0.3rem 1.0rem 0.3rem 0.8rem;
}
a.dropdown-item span{
padding-right: 0.8rem;
}