gnucash unstable: Remove duplicate css definitions

Geert Janssens gjanssens at code.gnucash.org
Thu Mar 29 03:57:02 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/59e9f7a6 (commit)
	from  https://github.com/Gnucash/gnucash/commit/82f31a5e (commit)



commit 59e9f7a6d796e6ffe9d72766985768f97f7fc02a
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Mar 29 09:56:32 2018 +0200

    Remove duplicate css definitions

diff --git a/gnucash/gnucash-310.css b/gnucash/gnucash-310.css
index 0565ae5..692919b 100644
--- a/gnucash/gnucash-310.css
+++ b/gnucash/gnucash-310.css
@@ -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 */



Summary of changes:
 gnucash/gnucash-310.css | 9 ---------
 1 file changed, 9 deletions(-)



More information about the gnucash-changes mailing list