views-record-count.css in Views Record Count 7
#views-record-count-text{
font-family: arial;
font-size: 12px;
font-style: italic;
}
#views-record-count-text strong{
font-weight: bold;
color: #4183c4;
}
.show {
display: block;
}
.hide {
display: none;
}
File
css/views-record-count.css
View source
- #views-record-count-text{
- font-family: arial;
- font-size: 12px;
- font-style: italic;
- }
- #views-record-count-text strong{
- font-weight: bold;
- color: #4183c4;
- }
- .show {
- display: block;
- }
- .hide {
- display: none;
- }