fix captcha popup

This commit is contained in:
2020-01-21 20:27:34 +01:00
parent 303cf3f8f8
commit c9a3c5ad78
6 changed files with 35 additions and 99 deletions

View File

@@ -266,12 +266,12 @@
text-align: left;
box-shadow: var(--shadow_color) 0px 0px 50px;
}
.popup > .highlight_light {
.popup > .highlight_1 {
font-size: 1.2em;
}
.popup > .content_area {
flex: 1;
overflow-y: scroll;
overflow: auto;
padding: 10px;
}
@@ -291,19 +291,6 @@
table {width: auto !important;}
.corner-popup{
position: fixed;
background-color: var(--background_color);
right: 20px;
bottom: 20px;
width: fit-content;
height: fit-content;
overflow: hidden;
padding: 5px;
box-shadow: var(--shadow_color) 0px 0px 50px;
z-index: 200;
}
/* ====================
|| LIST NAVIGATOR ||