projects
/
web
/
CityofMI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52242d7
)
adding custom colors
author
Ove Klykken
<ove@gaslightmedia.com>
Tue, 29 Jul 2014 20:44:55 +0000
(16:44 -0400)
committer
Ove Klykken
<ove@gaslightmedia.com>
Tue, 29 Jul 2014 20:44:55 +0000
(16:44 -0400)
css/arrows.css
[changed mode: 0644->0755]
patch
|
blob
|
history
diff --git
a/css/arrows.css
b/css/arrows.css
old mode 100644
(file)
new mode 100755
(executable)
index
3c07fa1
..
3e673d1
--- a/
css/arrows.css
+++ b/
css/arrows.css
@@
-8,6
+8,7
@@
a.current {
display: block;
display: none;
background: #2A3940;
+ background: rgba(108,145,106, .9);
color: #FFF;
border-top: 1px solid #43555D;
padding-left: 0;
@@
-36,7
+37,7
@@
a.current {
margin: 0;
padding: 9px 50px 9px 10px;
font-size: 16px;
- color: #
E0E0E0
;
+ color: #
fff
;
border-bottom: 1px solid #43555D;
text-decoration: none;
}