1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/components/tags-personal/css/tags-personal.css

18 lines
443 B
CSS

.ls-tags-item.ls-tags-item--personal a {
color: #3CA023;
border-color: #B0DEA4;
background-color: #F3F9F2;
}
.ls-tags-item.ls-tags-item--personal a:hover {
color: #2C8217;
border-color: #8ABD7D;
background-color: #E4F1E1;
}
.ls-tags-item.ls-tags-personal-edit a {
border-color: transparent;
background: none;
}
.ls-tags-item.ls-tags-personal-edit a:hover {
border-color: transparent;
background: none;
}