From cbbfcce4e3432da7393034beebf55658dece48bc Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Fri, 21 Aug 2009 20:49:15 +0000
Subject: [PATCH] color changes

---
 unl_theme/views/default/css.php | 34 +++++++++++++++++++--------------
 1 file changed, 20 insertions(+), 14 deletions(-)

diff --git a/unl_theme/views/default/css.php b/unl_theme/views/default/css.php
index 5f62b2d4..47e3262a 100644
--- a/unl_theme/views/default/css.php
+++ b/unl_theme/views/default/css.php
@@ -1172,7 +1172,7 @@ table.search_gallery {
 	text-decoration: none;
 	display: block;
 	margin: 2px 0 0 0;
-	color:#4690d6;
+	color:#6CBD45;
 	padding:4px 6px 4px 10px;
 	font-weight: bold;
 	line-height: 1.1em;
@@ -1214,10 +1214,16 @@ table.search_gallery {
 }
 #maincontent .submenu_group_a a {
 	color:#BA0000;
+}
+#maincontent owner_block_submenu li a {
+
 }
 #maincontent #owner_block_submenu ul li.selected a {
 	background: #6cbd45;
 }
+#maincontent #owner_block_submenu ul li a:focus {
+	color: #fff !important;
+}
 
 /* ***************************************
 	PAGINATION
@@ -1233,9 +1239,9 @@ table.search_gallery {
 	display:block;
 	float:left;
 	background:#ffffff;
-	border:1px solid #4690d6;
+	border:1px solid #6CBD45;
 	text-align: center;
-	color:#4690d6;
+	color:#6CBD45;
 	font-size: 12px;
 	font-weight: normal;
 	margin:0 6px 0 0;
@@ -1256,7 +1262,7 @@ table.search_gallery {
 	background:#ffffff;
 	border:1px solid #ffffff;
 	text-align: center;
-	color:#4690d6;
+	color:#6CBD45;
 	font-size: 12px;
 	font-weight: normal;
 	margin:0 6px 0 0;
@@ -1268,8 +1274,8 @@ table.search_gallery {
 .pagination .pagination_next {
 	display:block;
 	float:left;
-	border:1px solid #4690d6;
-	color:#4690d6;
+	border:1px solid #6CBD45;
+	color:#6CBD45;
 	text-align: center;
 	font-size: 12px;
 	font-weight: normal;
@@ -1289,7 +1295,7 @@ table.search_gallery {
 	display:block;
 	float:left;
 	background:none;
-	border:1px solid #4690d6;
+	border:1px solid #6CBD45;
 	text-align: center;
 	color:white;
 	font-size: 12px;
@@ -1316,7 +1322,7 @@ ul#friends_collections_accordian {
 	color: #666666;
 }
 #friends_collections_accordian li h2 {
-	background:#4690d6;
+	background:#6CBD45;
 	color: white;
 	padding:4px 2px 4px 6px;
 	margin:10px 0 10px 0;
@@ -1437,7 +1443,7 @@ ul#friends_collections_accordian {
 	color:white !important;
 }
 .friendsPickerNavigation li a.current {
-	background: #4690D6;
+	background: #6CBD45;
 	color:white !important;
 }
 .friendsPickerNavigationAll {
@@ -1456,7 +1462,7 @@ ul#friends_collections_accordian {
 	width:auto;
 }
 .friendsPickerNavigationAll a:hover {
-	background: #4690D6;
+	background: #6CBD45;
 	color:white;
 }
 .friendsPickerNavigationL, .friendsPickerNavigationR {
@@ -1521,7 +1527,7 @@ ul#friends_collections_accordian {
 a.toggle_customise_edit_panel { 
 	float:right;
 	clear:right;
-	color: #4690d6;
+	color: #6CBD45;
 	background: white;
 	border:1px solid #cccccc;
 	padding: 5px 10px 5px 10px;
@@ -1716,7 +1722,7 @@ a.toggle_customise_edit_panel {
 }
 /* class of widget while dragging */
 .ui-sortable-helper {
-	background: #4690d6;
+	background: #6CBD45;
 	color:white;
 	padding: 4px;
 	margin: 10px 0 0 0;
@@ -2046,8 +2052,8 @@ a.archive_report_button {
 	font: 12px/100% Arial, Helvetica, sans-serif;
 	font-weight: bold;
 	color: #ffffff;
-	background:#4690d6;
-	border: 1px solid #4690d6;
+	background:#6CBD45;
+	border: 1px solid #6CBD45;
 	-webkit-border-radius: 4px; 
 	-moz-border-radius: 4px;
 	width: auto;
-- 
GitLab