diff examples/common/default/default.css @ 587:1e40019d1bb1

Indicate notification mode in submit button
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 16 Aug 2019 14:01:43 +0900
parents 1974f3bce999
children 33fab353a39e
line wrap: on
line diff
--- a/examples/common/default/default.css	Fri Aug 16 09:48:19 2019 +0900
+++ b/examples/common/default/default.css	Fri Aug 16 14:01:43 2019 +0900
@@ -310,7 +310,8 @@
     position: fixed;
     top: 0em; left: 0;
 }
-form.summary input[type=submit] {background: #cfc;}
+form.summary input[type=submit],
+input[type="submit"].all {background: #cfc;}
 
 /*
  * PR Web

yatex.org