home *** CD-ROM | disk | FTP | other *** search
- /* ===== alert.css =====================================================
- == Styles specific to the alerts dialog.
- ======================================================================= */
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- .alertBox {
- border-right: 2px solid #7B969C;
- border-bottom: 2px solid #7B969C;
- border-top: 2px solid #7B969C;
- border-left: 2px solid #7B969C;
- background-color: -moz-Dialog;
- min-height: 50px;
- }
-
- .alertImageBox {
- margin-left: 4px;
- margin-right: 6px;
- min-height: 46px;
- }
-
- .alertTitle {
- font-weight: bold;
- }
-
- .alertText[clickable="true"] {
- cursor: pointer;
- color: #1455D6;
- text-decoration: underline;
- }
-
- .alertText[clickable="true"]:hover:active {
- color: #424F63;
- }
-