aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-15 23:10:26 -0700
committerfriendica <info@friendica.com>2013-07-15 23:10:26 -0700
commitd875bbb022dc7bbf4acc05ecefe5da77667d0f33 (patch)
tree47ccae109bc155364b9da316656c6ce6efd2d641 /view/theme
parent4de52e601c8f26bff8f859e2ab598211db8865ae (diff)
downloadvolse-hubzilla-d875bbb022dc7bbf4acc05ecefe5da77667d0f33.tar.gz
volse-hubzilla-d875bbb022dc7bbf4acc05ecefe5da77667d0f33.tar.bz2
volse-hubzilla-d875bbb022dc7bbf4acc05ecefe5da77667d0f33.zip
theme the page link title
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index a3d444a1a..d0d83b8ea 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -389,7 +389,7 @@ footer {
float: left;
}
-#jot-title, #jot-category {
+#jot-title, #jot-category, #jot-pagetitle {
border: 0px;
margin: 0px;
padding: 8px;
@@ -405,9 +405,13 @@ footer {
#jot-category::-webkit-input-placeholder{font-weight: bold;}
#jot-title:-moz-placeholder{font-weight: bold;}
#jot-category:-moz-placeholder{font-weight: bold;}
+#jot-pagetitle::-webkit-input-placeholder{font-weight: bold;}
+#jot-pagetitle:-moz-placeholder{font-weight: bold;}
#jot-title:hover,
#jot-title:focus,
+#jot-pagetitle:hover,
+#jot-pagetitle:focus,
#jot-category:hover,
#jot-category:focus {
border: 1px solid #cccccc;