aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-10 19:54:43 -0800
committerfriendica <info@friendica.com>2013-02-10 19:54:43 -0800
commit32d07c3df72ad12dae62f9d5f5d2a3f3c8f4ed7d (patch)
treeac287882b6079bcc0c2a69b01cae6a3dd036d5c2 /view/theme
parentb92cdd2a271966fb7d7bf78b100140a5c65e6fde (diff)
downloadvolse-hubzilla-32d07c3df72ad12dae62f9d5f5d2a3f3c8f4ed7d.tar.gz
volse-hubzilla-32d07c3df72ad12dae62f9d5f5d2a3f3c8f4ed7d.tar.bz2
volse-hubzilla-32d07c3df72ad12dae62f9d5f5d2a3f3c8f4ed7d.zip
fix profile selector on profile_photo page (unquoted mysql reserved word 'default')
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 2dfd85d85..7528f0a52 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -3564,6 +3564,15 @@ nav a:hover {
text-decoration: none;
outline: none;
}
+
+#profiles-menu li a {
+ color: #ffffff;
+}
+
+#profiles-menu li a:hover {
+ color: #000000;
+}
+
nav ul {
margin: 0px;
padding: 0px 20px;