diff options
Diffstat (limited to 'WebContent/ITMILL/themes/reservr/styles.css')
-rw-r--r-- | WebContent/ITMILL/themes/reservr/styles.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/reservr/styles.css b/WebContent/ITMILL/themes/reservr/styles.css new file mode 100644 index 0000000000..569fcaf8c6 --- /dev/null +++ b/WebContent/ITMILL/themes/reservr/styles.css @@ -0,0 +1,15 @@ +button.important-link {
+ border: 0px;
+ text-align: left;
+ text-decoration: underline;
+ background: none;
+ font-weight: bold;
+}
+button.selected-link {
+ border: 0px;
+ text-align: left;
+ text-decoration: underline;
+ background: #183C6B;
+ font-weight: bold;
+ color: white;
+}
|