projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f7371a
)
fixing border color for the events calendar view
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 21 Sep 2016 12:23:57 +0000
(08:23 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 21 Sep 2016 12:23:57 +0000
(08:23 -0400)
css/front.css
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
9537345
..
a166dba
100644
(file)
--- a/
css/front.css
+++ b/
css/front.css
@@
-289,10
+289,10
@@
input[name='contact_fname'], input[name='contact_lname']{
background: white;
}
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
- border-color:
inherit
;
+ border-color:
lightgrey
;
}
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td{
- border-color:
inherit
;
+ border-color:
lightgrey
;
}
.fc-content-skeleton table thead, .fc-row table thead{
background: transparent;