projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b91924
)
Farben für Kontoauszug verbuchen auch im lx-office-erp.css
author
Jan Büren
<jan@kivitendo-premium.de>
Fri, 17 Jun 2016 17:29:19 +0000
(19:29 +0200)
committer
Jan Büren
<jan@kivitendo-premium.de>
Fri, 17 Jun 2016 17:29:19 +0000
(19:29 +0200)
Alles trist und grau. Schade, schade, schade ...
Nun nicht mehr, auch für andere kivi-Freunde gibt es jetzt
Kontovorschläge in grün und orange!
css/lx-office-erp/main.css
patch
|
blob
|
history
diff --git
a/css/lx-office-erp/main.css
b/css/lx-office-erp/main.css
index
d1db71e
..
db288de
100644
(file)
--- a/
css/lx-office-erp/main.css
+++ b/
css/lx-office-erp/main.css
@@
-504,3
+504,16
@@
span.toggle_selected {
.customer_dunning_level {
font-weight: bold;
}
+a.green {
+ background-color:#40FF00;
+ border:none;
+}
+a.orange {
+ background-color:#FF8000;
+ border:none;
+}
+a.red {
+ background-color:#FF0000;
+ border:none;
+}
+