diff options
Diffstat (limited to 'comm/suite/themes/modern/global/dialog.css')
-rw-r--r-- | comm/suite/themes/modern/global/dialog.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/comm/suite/themes/modern/global/dialog.css b/comm/suite/themes/modern/global/dialog.css new file mode 100644 index 0000000000..686f9fcf31 --- /dev/null +++ b/comm/suite/themes/modern/global/dialog.css @@ -0,0 +1,16 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +/* ===== dialog.css ===================================================== + == Styles used by the XUL dialog element. + ======================================================================= */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* ::::: dialog ::::: */ + +dialog { + padding: 7px 5px 5px; +} + |