Skip to content
Snippets Groups Projects

paxton-3493188: Cursor pointer is not shown on Advance searching.

2 files
+ 53
0
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
0
@@ -496,3 +496,7 @@ table a:hover {
.breadcrumb ol li:last-child a:after { border: 0; }
.breadcrumb ol li a:hover { background: hsla(198, 84%, 41%, 1); }
.breadcrumb ol li a:hover:after { border-left-color: hsla(198, 84%, 41%, 1) !important; }
.search-advanced {
cursor: pointer;
}
Loading