sf-static/sql/themes/chocolate/alerts.css

28 lines
562 B
CSS
Raw Normal View History

2023-02-28 18:21:07 +00:00
#popup_container {
-moz-box-shadow: 1px 1px 10px #5e5e5e;
background: #fff;
border: 0;
box-shadow: 1px 1px 10px #5e5e5e;
color: #000;
font-family: Verdana,Arial,sans-serif;
font-size: 9pt;
}
#popup_title {
background: #5e5e5e url(themes/chocolate/images/ui-bg_highlight-soft_20_201913_1x100.png) repeat-x scroll 50% 50%;
border: 1px solid #a1a1a1;
color: #fff;
font-family: Tahoma,Arial;
font-size: 8pt;
font-weight: 700;
}
#popup_content {
background: #201913;
color: #eee;
}
#popup_message {
font-family: sans-serif,arial;
font-size: 9pt;
}