Merge pull request #510 from scottleaver/7.2.0

Make input box on search visible
This commit is contained in:
Shannon Deminick
2014-10-16 13:44:54 +10:00

View File

@@ -56,7 +56,7 @@
transition: all .5s;
width: 60px;
padding: 4px 0 4px 20px;
border: 1px solid @grayLighter
border: 1px solid @grayLight
}
.umb-listview table input::-webkit-input-placeholder {
@@ -219,4 +219,4 @@
.table-striped tbody i:hover {
display: none !important
}
}