mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
28 lines
356 B
CSS
28 lines
356 B
CSS
|
.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;
|
||
|
}
|