Files
Jailer/template/styles.css
Ralf Wisser 5ab0c9f15a wording of the dialog for analyzing a scheme, column sort in console...
- The wording of the dialog for analyzing a scheme has been made more
understandable.
  - Sorting columns in the result of a query in SQL Console did not work
    if a column did not have an explicit name. This bug was fixed.
  - The error message of the primary key checker tool is now more
readable.
2021-02-02 16:37:02 +01:00

31 lines
476 B
CSS

<style type="text/css">
<!--
/* MessageFormat template for CSS Style-Sheet */
//-->
A '{
font-weight: bold;
}'
A:link '{
color: #0000A0;
text-decoration: none;
}'
A:visited '{
color: #0000A0;
text-decoration: none;
}'
A:hover '{
color: #CC0000;
text-decoration: underline;
}'
.titlebar '{
vertical-align: middle; font-weight: bold; background-color: rgb(220, 220, 255);
}'
.highlightedrow '{
background-color: rgb(240, 255, 255);
}'
</style>