mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove duplicate css definitions
This commit is contained in:
parent
82f31a5e4d
commit
59e9f7a6d7
@ -12,15 +12,6 @@
|
||||
color: @negative-numbers;
|
||||
}
|
||||
|
||||
/* Change font color by mixing with grey */
|
||||
.lighter-grey-mix {
|
||||
color: mix (currentColor, grey, 0.8);
|
||||
}
|
||||
|
||||
.darker-grey-mix {
|
||||
color: mix (currentColor, grey, 0.2);
|
||||
}
|
||||
|
||||
/* Register Cursor settings, top, right, bottom, left */
|
||||
.cursor .entry {
|
||||
margin: 2px 5px 2px 5px; /* this only works by doing it in code, yellow area */
|
||||
|
Loading…
Reference in New Issue
Block a user