diff options
author | Jani Laakso <jani.laakso@itmill.com> | 2007-10-09 09:05:30 +0000 |
---|---|---|
committer | Jani Laakso <jani.laakso@itmill.com> | 2007-10-09 09:05:30 +0000 |
commit | a08688e7bb834b0eb15c0e29726bfc0aa9546a36 (patch) | |
tree | 421983d5a09a7b7a8c5855934890e5f2cddd2225 /WebContent/ITMILL/themes/reservr/styles.css | |
parent | 2b0eff0e7d10912241ac1d934bd360ed74f010e9 (diff) | |
download | vaadin-framework-a08688e7bb834b0eb15c0e29726bfc0aa9546a36.tar.gz vaadin-framework-a08688e7bb834b0eb15c0e29726bfc0aa9546a36.zip |
Refactored WebContent/ITK-INF to WebContent/ITMILL
svn changeset:2463/svn branch:trunk
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;
+}
|