fix color of submit button
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 12 May 2014 13:21:40 +0000 (13:21 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 12 May 2014 13:21:40 +0000 (13:21 +0000)
need to undefined the value from jquery-ui css

examples/htdocs/jasmine-local-popup.html
examples/htdocs/jasmine-popup.html

index a848122..02f1863 100644 (file)
 
     <script type="text/javascript" src="test/js/mkws-jasmine-run.js"></script>
     <script type="text/javascript"> mkws_jasmine_init(500); </script>
+
+    <style type="text/css">
+      body > div > form > input.ui-state-default { background: none; }
+    </style>
   </head>
 
   <body>
index 05deaaa..c7667a7 100644 (file)
 
     <script type="text/javascript" src="test/js/mkws-jasmine-run.js"></script>
     <script type="text/javascript"> mkws_jasmine_init(500); </script>
+
+    <style type="text/css">
+      body > div > form > input.ui-state-default { background: none; }
+    </style>
   </head>
 
   <body>