some colorbox styling
This commit is contained in:
parent
b59e2870ab
commit
2899c500ee
@ -493,10 +493,6 @@ footer {
|
|||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#colorbox {
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.app-name {
|
.app-name {
|
||||||
overflow: none;
|
overflow: none;
|
||||||
}
|
}
|
||||||
@ -962,10 +958,20 @@ nav .acpopup {
|
|||||||
background: none repeat scroll 0% 0% #FCF8E3 !important;
|
background: none repeat scroll 0% 0% #FCF8E3 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#cboxOverlay {
|
||||||
|
z-index: 1050;
|
||||||
|
}
|
||||||
|
|
||||||
#colorbox {
|
#colorbox {
|
||||||
|
z-index: 1051;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cboxContent {
|
||||||
|
padding: 3px;
|
||||||
border: 0px solid #fff;
|
border: 0px solid #fff;
|
||||||
|
border-radius: $radiuspx;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
z-index: 9;
|
z-index: 1052;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-block {
|
.settings-block {
|
||||||
|
Reference in New Issue
Block a user