diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-11-11 09:25:54 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-11-11 09:25:54 +0000 |
commit | 8af77e9683e7411481c39d8e67ccfbee79ccf208 (patch) | |
tree | 79d67fcb07e0dc5b2d54659f987187fe29fbfd74 /WebContent/VAADIN/themes/reindeer/button/button.css | |
parent | cc188122cdf644d27f040dab5d07ad96ad2258b9 (diff) | |
download | vaadin-framework-8af77e9683e7411481c39d8e67ccfbee79ccf208.tar.gz vaadin-framework-8af77e9683e7411481c39d8e67ccfbee79ccf208.zip |
Refactored Reindeer button stylesheet filenames (now includes "button-" prefix, easier to recognize files when editing).
svn changeset:9724/svn branch:6.2
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/button/button.css')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/button/button.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/button/button.css b/WebContent/VAADIN/themes/reindeer/button/button.css index 1dc2e25551..fa8014cddb 100644 --- a/WebContent/VAADIN/themes/reindeer/button/button.css +++ b/WebContent/VAADIN/themes/reindeer/button/button.css @@ -1,16 +1,16 @@ /* Standard implementation of the button theme * These files contain styles that apply to all browsers */ -@import "standard.css"; -@import "primary-style.css"; -@import "small-style.css"; -@import "link-style.css"; +@import "button-standard.css"; +@import "button-primary-style.css"; +@import "button-small-style.css"; +@import "button-link-style.css"; /* Browser-specific corrections to the standard implementation */ -@import "safari.css"; -@import "firefox.css"; -@import "opera.css"; -@import "ie.css"; +@import "button-safari.css"; +@import "button-firefox.css"; +@import "button-opera.css"; +@import "button-ie.css"; |