Schools
unknown
plain_text
a month ago
484 B
1
Indexable
Never
/*START Button theming - */ div.type-list__item { text-transform: none; border: 1px solid #2A505D; background-color: #2A505D; color: #fff; &:hover{ border: 1px solid #2A505D; background-color: transparent; color: #2A505D; } } div.type-list__item.active{ border: 1px solid #2A505D; &:hover{ border: 1px solid #2A505D; background-color: #2A505D; color: #fff; } } /*END*/
Leave a Comment