From ce954e98cf88963b41d10df99767aa9cea819f17 Mon Sep 17 00:00:00 2001
From: Mariano Rodriguez
Date: Mon, 22 Sep 2014 10:38:31 -0300
Subject: [PATCH] color class removed
---
css/src/main.css | 2 --
views/create.html | 2 +-
views/import.html | 2 +-
views/join.html | 2 +-
views/more.html | 2 +-
5 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/css/src/main.css b/css/src/main.css
index 3d3fdd57c..c6321756a 100644
--- a/css/src/main.css
+++ b/css/src/main.css
@@ -1029,7 +1029,6 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
.text-light {font-weight: 100;}
.text-gray {color: #8597A7;}
-.text-gray1 {color: #8597A7;}
.text-black {color: #2C3E50;}
.text-primary {color: #1ABC9C;}
.text-secondary {color: #3498DB;}
@@ -1038,7 +1037,6 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
.footer-setup a.text-gray:hover {color: #fff;}
a.text-gray:hover {color: #2C3E50;}
-a.text-gray1:hover {color: #fff;}
a.text-black:hover {color: #213140;}
a.text-primary:hover {color: #50E3C2;}
a.text-secondary:hover {color: #4A90E2;}
diff --git a/views/create.html b/views/create.html
index 2497fc85f..261348899 100644
--- a/views/create.html
+++ b/views/create.html
@@ -46,7 +46,7 @@
-
+
Show
Hide
diff --git a/views/import.html b/views/import.html
index 4464be413..0acf80ce4 100644
--- a/views/import.html
+++ b/views/import.html
@@ -24,7 +24,7 @@
-
+
Show
Hide
diff --git a/views/join.html b/views/join.html
index 4ceae363d..e16ef8467 100644
--- a/views/join.html
+++ b/views/join.html
@@ -80,7 +80,7 @@
-
+
Show
Hide
diff --git a/views/more.html b/views/more.html
index 948643d62..a3ca548af 100644
--- a/views/more.html
+++ b/views/more.html
@@ -37,7 +37,7 @@
-
+
Show
Hide