Compare commits

...

2 Commits

1 changed files with 14 additions and 0 deletions

View File

@ -60,6 +60,20 @@
.listtablediv{ .listtablediv{
padding: 0 !important; padding: 0 !important;
} }
.vieweratag{
color: black;
border-radius: 4px;
border: 1px solid black;
text-decoration: none;
}
.vieweratag:hover{
transition: background-color .3s;
background: #154a94;
border: 1px solid #154a94;
color: #fff;
}