SylvainTI / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Row colors shall be in style.css #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. view-source
2. you see style="background-color: rgb(r, g, b)"

What is the expected output? What do you see instead?
There shall be something like
  class="type_numeric primary"
  class="type_numeric"
  class="type_character"
  class="type_datetime"
  class="type_miscellaneous"
So that with style/style.css it is possible to alter the colors.

What version of the product are you using? On what operating system?
2.4 / Chrome / XP

Please provide any additional information below.
Side-effect : lightweight DOM Html
I believe no display information shall appear in the schema XML 
(datatypes.xml).

Original issue reported on code.google.com by geompse@gmail.com on 14 Mar 2010 at 12:32

GoogleCodeExporter commented 9 years ago
This is somewhat problematic: note that row colors are defined in the 
datatypes.xml
file, so wwwsqldesigner can be color/type agnostic. I will try to think about 
some
other solution.

Original comment by ondrej.zara on 14 Mar 2010 at 7:33

GoogleCodeExporter commented 9 years ago
I'd like this feature too.  I'd just like to be able to tone down the colors so 
that my ERD isn't half salmon pink.

Original comment by mikosull...@gmail.com on 10 Apr 2012 at 10:00

GoogleCodeExporter commented 9 years ago

Original comment by ondrej.zara on 11 Apr 2012 at 5:49