generated from itdominator/Python-With-Gtk-Template
Aligning various popup elements
This commit is contained in:
parent
84b96ace5e
commit
cb4b7faaaa
@ -26,13 +26,6 @@
|
|||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#ace_settingsmenu, #kbshortcutmenu, controls {
|
|
||||||
background-color: #00000000;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#preview-editor {
|
#preview-editor {
|
||||||
height: -webkit-fill-available;
|
height: -webkit-fill-available;
|
||||||
width: -webkit-fill-available;
|
width: -webkit-fill-available;
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* TAGS */
|
||||||
html, body {
|
html, body {
|
||||||
display: block;
|
display: block;
|
||||||
background-color: #32383e00;
|
background-color: #32383e00;
|
||||||
@ -23,6 +24,31 @@ input.form-control::placeholder {
|
|||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* IDs */
|
||||||
|
#ace_settingsmenu, #kbshortcutmenu {
|
||||||
|
background-color: rgba(0, 0, 0, 0.0);
|
||||||
|
color: rgba(255, 255, 255, 1.0);
|
||||||
|
box-shadow: -5px 4px 5px rgba(249, 148, 6, 0.74);
|
||||||
|
padding: 1em 0.5em 2em 1em;
|
||||||
|
overflow: auto;
|
||||||
|
position: absolute;
|
||||||
|
margin: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
top: 0;
|
||||||
|
z-index: 9991;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* CLASSES */
|
||||||
|
.popover-body {
|
||||||
|
border-color: rgba(249, 148, 6, 0.74) !important;
|
||||||
|
border-style: solid !important;
|
||||||
|
border-width: 1px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.modal-header,
|
.modal-header,
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
background-color: rgba(0, 0, 0, 0.64);
|
background-color: rgba(0, 0, 0, 0.64);
|
||||||
|
Loading…
Reference in New Issue
Block a user