summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/media/style.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/static/media/style.css b/static/media/style.css
index b126e7e22..ef58a1b0a 100644
--- a/static/media/style.css
+++ b/static/media/style.css
@@ -1,3 +1,14 @@
+/* background color */
+.ui-widget-content .ui-state-highlight{
+ background-color:#ff6e6e;
+}
+
+/* color */
+a {
+ color:#D14;
+}
+
+
body{
font-family:Arial, Helvetica, sans-serif;
font-size: 11pt;
@@ -10,7 +21,6 @@ body{
a {
text-decoration:none;
- color:#D14;
}
caption, h3 {
@@ -304,6 +314,10 @@ table.confirm tr.spacer td:last-child{
color:#D14;
}
+.ui-widget-content .ui-state-highlight{
+ background-image:none;
+}
+
.sheet{
width:760px;
position:fixed;