mirror of
https://github.com/Wisser/Jailer.git
synced 2026-01-02 01:09:58 -06:00
- 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.
31 lines
476 B
CSS
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>
|