2019-11-02 13:53:31 -05:00
|
|
|
@keyframes vex-fadeout {
|
2020-09-03 09:41:01 -05:00
|
|
|
0% {
|
|
|
|
opacity: 1; }
|
|
|
|
100% {
|
|
|
|
opacity: 0; } }
|
2019-11-02 13:53:31 -05:00
|
|
|
|
2019-10-17 10:09:33 -05:00
|
|
|
/* Infobar */
|
|
|
|
.vex-theme-bottom-right-corner .vex-dialog-message {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
2021-03-05 04:51:48 -06:00
|
|
|
.vex-dialog-external-url::before {
|
|
|
|
content: 'URL';
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 1px 2px;
|
|
|
|
margin-right: 2px;
|
|
|
|
font-size: 11px;
|
|
|
|
border: thin solid lightgray;
|
2021-03-16 05:22:12 -05:00
|
|
|
background: var(--gray-light-bg-color);
|
2021-03-05 04:51:48 -06:00
|
|
|
color: gray;
|
|
|
|
box-sizing: border-box;
|
|
|
|
vertical-align: top;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.vex-dialog-external-url {
|
|
|
|
font-size: 16px;
|
2021-03-10 06:30:18 -06:00
|
|
|
font-weight: normal;
|
2021-03-05 04:51:48 -06:00
|
|
|
}
|
2019-10-17 10:09:33 -05:00
|
|
|
/* Place above statusbar */
|
|
|
|
.vex.vex-theme-bottom-right-corner .vex-content {
|
|
|
|
bottom: 40px !important;
|
|
|
|
right: 10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Vex dialogs */
|
|
|
|
.vex-open .vex-overlay {
|
|
|
|
/* TODO: remove specific z-index from our codebase
|
|
|
|
so that the following line can also be removed */
|
|
|
|
z-index: 2000;
|
2020-09-09 04:02:15 -05:00
|
|
|
background-color: #1c5fa814;
|
2019-11-28 04:06:31 -06:00
|
|
|
min-height: 100%;
|
2019-11-29 02:50:16 -06:00
|
|
|
min-width: 100%;
|
2019-11-28 04:06:31 -06:00
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
2019-10-17 10:09:33 -05:00
|
|
|
}
|
2021-04-22 09:49:32 -05:00
|
|
|
|
|
|
|
.vex-content .vex-footnote {
|
|
|
|
color: var(--gray-light-txt--color) !important;
|
|
|
|
font-size: 0.78em;
|
|
|
|
}
|
2019-10-17 10:09:33 -05:00
|
|
|
/* dialog shown when user is idle */
|
|
|
|
.vex-open .loleaflet-user-idle {
|
2019-11-06 04:00:51 -06:00
|
|
|
background: #ffffffe0 !important;
|
|
|
|
font-size: xx-large !important;
|
|
|
|
color: #7a8592 !important;
|
|
|
|
text-align: center !important;
|
2019-10-17 10:09:33 -05:00
|
|
|
}
|
|
|
|
.vex-open .loleaflet-user-idle .vex-dialog-buttons {
|
2019-11-06 04:00:51 -06:00
|
|
|
display: none !important;
|
2019-10-17 10:09:33 -05:00
|
|
|
}
|
2019-11-02 13:53:31 -05:00
|
|
|
|
2020-03-12 09:36:14 -05:00
|
|
|
.vex.vex-theme-plain, .vex.vex-theme-bottom-right-corner{
|
2019-10-17 10:09:33 -05:00
|
|
|
z-index: 2001 !important;
|
|
|
|
}
|
|
|
|
|
2021-04-22 09:49:32 -05:00
|
|
|
.vex.vex-theme-plain .vex-content,
|
|
|
|
.vex-dialog-message {
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
2019-10-17 10:09:33 -05:00
|
|
|
.vex.vex-theme-plain .vex-content{
|
|
|
|
border: 1px solid #a4a4a4;
|
|
|
|
box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
border-radius: 4px;
|
2020-10-28 08:28:59 -05:00
|
|
|
outline: none;
|
2019-10-17 10:09:33 -05:00
|
|
|
}
|
|
|
|
|
2020-11-12 04:37:29 -06:00
|
|
|
.vex.vex-theme-plain .vex-close:before {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 18px;
|
|
|
|
font-size: 30px;
|
2020-11-12 04:12:52 -06:00
|
|
|
}
|
|
|
|
|
2019-11-02 13:53:31 -05:00
|
|
|
.vex-closing {
|
2019-12-11 17:53:47 -06:00
|
|
|
-webkit-animation: vex-fadeout .25s forwards;
|
|
|
|
animation: vex-fadeout .25s forwards;
|
2019-11-02 13:53:31 -05:00
|
|
|
}
|
2021-02-16 06:42:01 -06:00
|
|
|
|
|
|
|
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input{
|
|
|
|
border-radius: 3px;
|
|
|
|
box-shadow: inset 0 0 2px 0 lightgray;
|
2021-03-02 05:19:58 -06:00
|
|
|
box-sizing: border-box;
|
2019-11-06 03:12:40 -06:00
|
|
|
}
|
2019-11-02 13:53:31 -05:00
|
|
|
|
2019-12-11 17:53:47 -06:00
|
|
|
.vex {
|
|
|
|
position: fixed;
|
|
|
|
overflow: auto;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
2021-04-15 05:43:49 -05:00
|
|
|
|
|
|
|
/* Keyboard input keys */
|
|
|
|
kbd,
|
|
|
|
.kbd {
|
|
|
|
background-color: #eee;
|
|
|
|
border-radius: 3px;
|
|
|
|
border: 1px solid #dcdcdc;
|
|
|
|
box-shadow: 0 1px 1px 0px rgba(0,0,0,.2), 0 2px 0 0 rgba(255,255,255,.7) inset;
|
|
|
|
color: #555;
|
|
|
|
display: inline-block;
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: .85em;
|
|
|
|
font-weight: 700;
|
|
|
|
line-height: 1;
|
|
|
|
padding: 4px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kbd--plus {
|
|
|
|
color: #ccc;
|
|
|
|
padding: 0 2px;
|
|
|
|
font-size: 0.65em;
|
2021-04-15 06:33:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.warn-copy-paste {
|
|
|
|
width: 100%;
|
|
|
|
}
|