RT 4.2.11, ticket#13852
[freeside.git] / rt / share / static / css / aileron / forms.css
1 /* These override the base titlebox rules in base/forms.css. They try not to
2    duplicate properties. */
3
4 div.results .titlebox, div.error div.error {
5     border: none;
6     background: none;
7 }
8
9 div.results .titlebox-content {
10     border: 1px solid #aa9;
11     border-bottom: 2px solid #990;
12     border-right: 2px solid #990;
13     background: #ffc;
14 }
15
16 div.results .titlebox-title .left {
17     border: solid #aa9;
18     border-width: 1px 1px 0 1px;
19 }
20
21 div.error .titlebox-title span.left {
22     border: none;
23     border-right: 2px solid #b00;
24 }
25
26 div.error .titlebox-content {
27     border: 1px solid #b00;
28     border-bottom: 2px solid #a00;
29     border-right: 2px solid #a00;
30     background-color: #fcc;
31 }
32
33 div.error .titlebox-title .widget a { background-position: center -7px; }