]> git.mxchange.org Git - friendica.git/commitdiff
finish styling category tags and category input
authorSimon L'nu <simon.lnu@gmail.com>
Thu, 5 Apr 2012 04:04:23 +0000 (00:04 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Thu, 5 Apr 2012 04:04:23 +0000 (00:04 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy-dark/style.css
view/theme/dispy/style.css

index b7f1ee2ba4f2f7a07e8a04bd3e5e6fba3ffe07de..30d5cb8a9c1dcd049145c771faf4886fabf32ed4 100644 (file)
@@ -856,6 +856,16 @@ aside #viewcontacts {
     border-radius: 5px;
        vertical-align: middle;
 }
+#jot-category {
+       margin: 5px 0;
+       border-radius: 5px;
+       border: 1px #999 solid;
+       color: #aaa;
+       font-size: smaller;
+}
+#jot-category:focus {
+       color: #eee;
+}
 #jot #character-counter {
        width: 6%;
        float: right;
index d0e7a2ef56a6459c301756ec33e8121478752942..f8287c6ec77faacd2e098ea93c5a9037c44ecd03 100644 (file)
@@ -856,6 +856,16 @@ aside #viewcontacts {
     border-radius: 5px;
        vertical-align: middle;
 }
+#jot-category {
+       margin: 5px 0;
+       border-radius: 5px;
+       border: 1px #ccc solid;
+       color: #666;
+       font-size: small;
+}
+#jot-category:focus {
+       color: #111;
+}
 #jot #character-counter {
        width: 6%;
        float: right;