mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-06 12:04:00 +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);
|
||||
|
||||
&:hover {
|
||||
background-color: var(--gray-50);
|
||||
background-color: var(--control-bg);
|
||||
}
|
||||
|
||||
> .invoice-name-date {
|
||||
@@ -1157,8 +1157,8 @@
|
||||
}
|
||||
|
||||
> .new-btn {
|
||||
background-color: var(--blue-500);
|
||||
color: white;
|
||||
background-color: var(--btn-primary);
|
||||
color: var(--neutral);
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user