mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add shadow to dialog
This patch adds shadow to dialog used in Web UI. It looks cooler. https://fedorahosted.org/freeipa/ticket/2248
This commit is contained in:
@@ -953,6 +953,12 @@ a, .ui-widget-content a {
|
|||||||
|
|
||||||
/* ---- Dialog ---- */
|
/* ---- Dialog ---- */
|
||||||
|
|
||||||
|
.ui-dialog {
|
||||||
|
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
|
||||||
|
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
|
||||||
|
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
|
||||||
|
}
|
||||||
|
|
||||||
.ui-dialog .ui-dialog-titlebar-close span {
|
.ui-dialog .ui-dialog-titlebar-close span {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user