fixed css for winter and bloodshed theme
This commit is contained in:
@@ -45,7 +45,7 @@ fieldset[tabindex="0"]{
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset[tabindex="0"]:focus-within{
|
fieldset[tabindex="0"]:hover{
|
||||||
max-height: unset;
|
max-height: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -91,6 +91,26 @@ td, tr{
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.info {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
font-size: 14px;
|
||||||
|
z-index: 200;
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.overlay {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
left: 0;
|
||||||
|
padding: 40px 10px 10px;
|
||||||
|
background: rgba(0,0,0,0.9);
|
||||||
|
z-index: 50;
|
||||||
|
}
|
||||||
|
|
||||||
.warn {
|
.warn {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
|||||||
@@ -91,6 +91,26 @@ td, tr{
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.info {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
font-size: 14px;
|
||||||
|
z-index: 200;
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.overlay {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
left: 0;
|
||||||
|
padding: 40px 10px 10px;
|
||||||
|
background: rgba(0,0,0,0.9);
|
||||||
|
z-index: 50;
|
||||||
|
}
|
||||||
|
|
||||||
.warn {
|
.warn {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
@@ -235,6 +255,7 @@ textarea{
|
|||||||
.message.settings label{
|
.message.settings label{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message.settings td{
|
.message.settings td{
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user