diff examples/common/default/default.css @ 451:8965bdad3172

Add convenient link pattern [[#ArticleId]] for direct link to articles.
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 14 Aug 2017 12:32:36 +0859
parents d52dd72a70e1
children 30ab12e54324
line wrap: on
line diff
--- a/examples/common/default/default.css	Mon Aug 14 09:45:35 2017 +0859
+++ b/examples/common/default/default.css	Mon Aug 14 12:32:36 2017 +0859
@@ -67,6 +67,11 @@
 input.action[value="rm"]:checked ~ label.confirm {
     display: inline;
 }
+input.hidesub ~ input[type="submit"] {visibility: hidden;}
+input.hidesub:focus ~ input[type="submit"],
+p:active input[type="submit"]
+{visibility: visible;}
+input[type=text]:focus {background: #ffa;}
 
 form.replyblog {xxx-margin-bottom: 40%;}
 div.blogcomment {

yatex.org