Bhumi Thakkar (Open ERP) has proposed merging
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-IE-black-notification-bth into
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-IE.
Requested reviews:
OpenERP R&D Team (openerp-dev)
For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-improve-css-FF-IE-black-notification-bth/+merge/127278
Hello,
In IE, notification for required fields or invalid etc etc, come in black
color after giving none in filter in class.
before it come in red color instead of black.
Thanks.
--
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-improve-css-FF-IE-black-notification-bth/+merge/127278
Your team OpenERP R&D Team is requested to review the proposed merge of
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-IE-black-notification-bth into
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-IE.
=== modified file 'addons/web/static/src/css/base-ie.css'
--- addons/web/static/src/css/base-ie.css 2012-10-01 11:41:02 +0000
+++ addons/web/static/src/css/base-ie.css 2012-10-01 13:35:32 +0000
@@ -11,6 +11,7 @@
box-shadow/*\**/: inset rgba(0, 0, 0, 0.1);\9;
border/*\**/:0px solid #cccccc\9;
background: white;
+<<<<<<< TREE
}
.openerp .oe_login {
background-image/*\**/: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKUlEQVQIHWO8e/fufwYsgAUkJigoiCIF5DMyoYggcUiXgNnBiGQKmAkARpcEQeriln4AAAAASUVORK5CYII=)\9;
@@ -21,4 +22,9 @@
.openerp .oe_form input[type="file"] {
width/*\**/: 85px\9;
+=======
+}
+.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
+ filter/*\**/:none\9;
+>>>>>>> MERGE-SOURCE
}
\ No newline at end of file
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp