From c745be768f90650b70301175d7f211cf2fce93de Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Fri, 21 Aug 2009 18:37:00 +0000
Subject: [PATCH] changed the links on the left menu boxes to red.

---
 unl_theme/views/default/css.php | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/unl_theme/views/default/css.php b/unl_theme/views/default/css.php
index ede2cd4b..b8d6c726 100644
--- a/unl_theme/views/default/css.php
+++ b/unl_theme/views/default/css.php
@@ -577,9 +577,12 @@ span.contentIntro p {
 }
 #profile_menu_wrapper a:hover {
 	color:#ffffff;
-	background:#4690d6;
+	background:#6cbd45;
 	text-decoration:none;
 }
+#maincontent #profile_menu_wrapper a:active {
+	color:#fff !important;
+}
 p.user_menu_friends, p.user_menu_profile, 
 p.user_menu_removefriend, 
 p.user_menu_friends_of {
@@ -636,12 +639,13 @@ p.user_menu_friends_of {
 	float:right;
 	margin:0  !important;
 	padding:0 !important;
+
 }
-.profile_info_edit_buttons a {
+#maincontent .profile_info_edit_buttons a {
 	font: 12px/100% Arial, Helvetica, sans-serif;
 	font-weight: bold;
 	color: #ffffff;
-	background:#4690d6;
+	background:#6cbd45;
 	-webkit-border-radius: 4px; 
 	-moz-border-radius: 4px;
 	width: auto;
@@ -649,7 +653,7 @@ p.user_menu_friends_of {
 	margin:0;
 	cursor: pointer;
 }
-.profile_info_edit_buttons a:hover {
+#maincontent .profile_info_edit_buttons a:hover {
 	background: #6cbd45;
 	text-decoration: none;
 	color:white;
@@ -1208,7 +1212,9 @@ table.search_gallery {
 	color:white;
 	background: #999999;
 }
-
+#maincontent .submenu_group_a a {
+	color:#BA0000;
+}
 
 /* ***************************************
 	PAGINATION
-- 
GitLab