mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
fix: pos button and on hover color (#46762)
* fix: pos button and on hover color Changed the POS 'New Order' button color to frappe's color scheme and fixed the on hover text color on 'Toggle Recent Orders' * fix: on hover text unreadable in dark mode
This commit is contained in:
@@ -607,7 +607,7 @@
|
|||||||
padding: var(--padding-sm);
|
padding: var(--padding-sm);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--gray-50);
|
background-color: var(--control-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
> .invoice-name-date {
|
> .invoice-name-date {
|
||||||
@@ -1157,8 +1157,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
> .new-btn {
|
> .new-btn {
|
||||||
background-color: var(--blue-500);
|
background-color: var(--btn-primary);
|
||||||
color: white;
|
color: var(--neutral);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user