Skip to content
Snippets Groups Projects
Commit a196b22a authored by barrilac's avatar barrilac
Browse files

changes in line colors in table and mouse-hover style

SVN: 24443
parent 430f3481
No related merge requests found
...@@ -29,7 +29,7 @@ div.inspector { ...@@ -29,7 +29,7 @@ div.inspector {
} }
.properties tr:nth-child(odd) { .properties tr:nth-child(odd) {
background-color:#eee; background-color:#E0F0FF;
} }
.properties tr:nth-child(even) { .properties tr:nth-child(even) {
...@@ -105,7 +105,7 @@ background-color: white; ...@@ -105,7 +105,7 @@ background-color: white;
} }
#plasmid-table tr:nth-child(odd) { #plasmid-table tr:nth-child(odd) {
background-color:#eee; background-color:#E0F0FF;
} }
#plasmid-table tr:nth-child(even) { #plasmid-table tr:nth-child(even) {
...@@ -113,10 +113,15 @@ background-color: white; ...@@ -113,10 +113,15 @@ background-color: white;
} }
#plasmid-table tr.plasmid-table-data:hover { #plasmid-table tr.plasmid-table-data:hover {
background-color:#AAA; font-size : 110%;
font-weight: bold;
} }
#plasmid-table tr.plasmid-table-header { #plasmid-table tr.plasmid-table-header {
background-color:#AAA; font-size:14px;
font-weight: bold;
color:#fff;
background-color:#0000CC;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment