css: standardize box shadows.
* Standardize dialog box and tooltip box shadows. * Add shadows behind all other floating elements, namely the autocomplete menu and translation notes (except for embedded notes, which are usually meant to be seamless).
This commit is contained in:
@@ -24,7 +24,7 @@ div.ui-dialog {
|
||||
overflow: visible;
|
||||
font-size: 1em;
|
||||
z-index: 999 !important;
|
||||
box-shadow: var(--jquery-ui-dialog-box-shadow);
|
||||
box-shadow: var(--shadow-lg);
|
||||
padding: 0;
|
||||
|
||||
.ui-dialog-titlebar {
|
||||
|
||||
Reference in New Issue
Block a user