adding some css for bill and invoice
This commit is contained in:
Vendored
+5
-1
@@ -918,7 +918,11 @@ input[type="number"] {
|
||||
}
|
||||
/* App Detail Page Sliders Finish */
|
||||
|
||||
.select2-results__option:hover{
|
||||
.select2-results__option {
|
||||
color: lightslategray;
|
||||
}
|
||||
|
||||
.select2-results__option:hover {
|
||||
color: white;
|
||||
background: #6da252;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user