From 1c538bfabc2cd31f27067505f0c3d1a46cba6ef0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 9 Jul 2015 22:18:55 -0700 Subject: RT 4.2.11, ticket#13852 --- rt/share/static/css/aileron/forms.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 rt/share/static/css/aileron/forms.css (limited to 'rt/share/static/css/aileron/forms.css') diff --git a/rt/share/static/css/aileron/forms.css b/rt/share/static/css/aileron/forms.css new file mode 100644 index 000000000..36b42301c --- /dev/null +++ b/rt/share/static/css/aileron/forms.css @@ -0,0 +1,33 @@ +/* These override the base titlebox rules in base/forms.css. They try not to + duplicate properties. */ + +div.results .titlebox, div.error div.error { + border: none; + background: none; +} + +div.results .titlebox-content { + border: 1px solid #aa9; + border-bottom: 2px solid #990; + border-right: 2px solid #990; + background: #ffc; +} + +div.results .titlebox-title .left { + border: solid #aa9; + border-width: 1px 1px 0 1px; +} + +div.error .titlebox-title span.left { + border: none; + border-right: 2px solid #b00; +} + +div.error .titlebox-content { + border: 1px solid #b00; + border-bottom: 2px solid #a00; + border-right: 2px solid #a00; + background-color: #fcc; +} + +div.error .titlebox-title .widget a { background-position: center -7px; } -- cgit v1.2.1