|
Check-in Number:
|
4788 | |
| Date: |
2004-Oct-28 17:40:19 (local)
2004-Oct-28 15:40:19 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
be a little bit more fancy |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/quos/quos.css 1.4 -> 1.5
--- quos.css 2004/10/28 15:37:43 1.4
+++ quos.css 2004/10/28 15:40:19 1.5
@@ -118,10 +118,12 @@
background: #f0f0ff;
}
.quos .query .button INPUT.clear {
- background: #f0f0ff;
+ background: #fff0f0;
}
.quos .query .button INPUT.submit {
- background: #ffffff;
+ background: #000000;
+ color: #ffffff;
+ font-weight: bold;
}
.quos .query .define TABLE {
@@ -136,13 +138,13 @@
background: #f0f0ff;
}
.quos .query .define INPUT.load {
- background: #f0f0ff;
+ background: #f0fff0;
}
.quos .query .define INPUT.delete {
- background: #ffffff;
+ background: #fff0f0;
}
.quos .query .define INPUT.save {
- background: #ffffff;
+ background: #fff0f0;
}
.quos .query .define SELECT.nameget {
width: 100%;
|
|