+
TODO
...quite a bit.
This dialog will ultimately contain a useful TODO list. As it stands,
diff --git a/style.css b/style.css
index 947cfa1..c2126af 100644
--- a/style.css
+++ b/style.css
@@ -186,6 +186,19 @@ body {
z-index: 2001;
}
+.dialog > .body > .title {
+ background-color: #000080;
+ background-image: -webkit-linear-gradient( left, #000080, #1084d0 );
+ background-image: -moz-linear-gradient( left, #000080, #1084d0 );
+ background-image: -ms-linear-gradient( left, #000080, #1084d0 );
+ background-image: -o-linear-gradient( left, #000080, #1084d0 );
+ margin: -0.5em -0.5em 0.5em -0.5em;
+
+ font-weight: bold;
+ color: white;
+
+ padding: 0.4em;
+}
.dialog .close {
float: right;
margin-top: 0.5em;