Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] r298 - registry/trunk/app/webroot/js/jquery/ui/css/custom-theme

Subject: COmanage Developers List

List archive

[comanage-dev] r298 - registry/trunk/app/webroot/js/jquery/ui/css/custom-theme


Chronological Thread 
  • From:
  • To:
  • Subject: [comanage-dev] r298 - registry/trunk/app/webroot/js/jquery/ui/css/custom-theme
  • Date: Thu, 24 May 2012 18:53:17 -0400

Author: marie
Date: 2012-05-24 18:53:17 -0400 (Thu, 24 May 2012)
New Revision: 298

Modified:

registry/trunk/app/webroot/js/jquery/ui/css/custom-theme/jquery-ui-1.8.18.custom.css
Log:
co-343 make error messages more red and bold

Modified:
registry/trunk/app/webroot/js/jquery/ui/css/custom-theme/jquery-ui-1.8.18.custom.css
===================================================================
---
registry/trunk/app/webroot/js/jquery/ui/css/custom-theme/jquery-ui-1.8.18.custom.css
2012-05-23 00:00:50 UTC (rev 297)
+++
registry/trunk/app/webroot/js/jquery/ui/css/custom-theme/jquery-ui-1.8.18.custom.css
2012-05-24 22:53:17 UTC (rev 298)
@@ -75,9 +75,9 @@
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {border: 1px solid #fad42e;
background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50%
repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight
a,.ui-widget-header .ui-state-highlight a { color: #363636; }
-.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header
.ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec
url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a;
}
-.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header
.ui-state-error a { color: #cd0a0a; }
-.ui-state-error-text, .ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text { color: #cd0a0a; }
+.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header
.ui-state-error {border: 1px solid #ff0000; font-weight:bold; background:
#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color:
#ff0000; }
+.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header
.ui-state-error a { color: #ff0000; }
+.ui-state-error-text, .ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text, .error-message { color: #ff0000;
font-weight: bold; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary { opacity: .7;
filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header
.ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35);
background-image: none; }



  • [comanage-dev] r298 - registry/trunk/app/webroot/js/jquery/ui/css/custom-theme, svnlog, 05/24/2012

Archive powered by MHonArc 2.6.16.

Top of Page