projects
/
WP-Plugins
/
glm-member-db-obits.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f62cd05
)
fixing css error in the search results view, changed the foo tables
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 5 Apr 2017 17:26:45 +0000
(13:26 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 5 Apr 2017 17:26:45 +0000
(13:26 -0400)
header background color
css/front.css
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
735cdab
..
95f2697
100644
(file)
--- a/
css/front.css
+++ b/
css/front.css
@@
-237,9
+237,9
@@
table.footable{
margin-top: 30px;
}
}
-/
/ RESULTS TABLE STYLES
-.footable > thead > tr > th, .footable > thead > tr > td{
- background-color: #3B76C4;
+/
* FOO TABLE STYLES */
+
body
.footable > thead > tr > th, .footable > thead > tr > td{
+ background-color: #3B76C4
!important
;
border: 1px solid #3B76C4;
}
.footable{