diff options
author | Henri Sara <hesara@vaadin.com> | 2012-08-08 14:27:31 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2012-08-08 14:44:49 +0300 |
commit | cfa455d6cfd4a535fd77cbc76637a57e7024e9ac (patch) | |
tree | cecb66492671ed20fa9865581da12930ed502047 /WebContent/VAADIN/themes/liferay/window/window.css | |
parent | 620e096b45f27ecc5aa85d164ca8b81df000e593 (diff) | |
download | vaadin-framework-cfa455d6cfd4a535fd77cbc76637a57e7024e9ac.tar.gz vaadin-framework-cfa455d6cfd4a535fd77cbc76637a57e7024e9ac.zip |
Standard themes in SCSS form, updated CompileDefaultTheme (#9223)
Conversion performed for most themes trivial, just rename file and wrap
in a mixin. For chameleon compounds, also nesting used. In some cases,
related small files combined in a single SCSS file
Chameleon accordion and select contain fixes other than just a missing
semicolon.
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/window/window.css')
-rw-r--r-- | WebContent/VAADIN/themes/liferay/window/window.css | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/WebContent/VAADIN/themes/liferay/window/window.css b/WebContent/VAADIN/themes/liferay/window/window.css deleted file mode 100644 index f034d7503f..0000000000 --- a/WebContent/VAADIN/themes/liferay/window/window.css +++ /dev/null @@ -1,65 +0,0 @@ -.v-window { - background: transparent; -} - -.v-window-wrap { - border: 1px solid #c8c9ca; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - background: #fff url(top-left.png) no-repeat; -} - -.v-window-outerheader { - height: 38px; - margin-left: 9px; - padding: 10px 40px 12px 2px; - background: transparent url(top-right.png) no-repeat right top; - - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} - -.v-window-header { - color: #000; - font-size: 12px; - text-shadow: 1px 1px #fff; -} - -.v-window-contents { - padding: 0 5px 0 5px; -} - -.v-window-footer { - height: 5px; - overflow: visible; -} - -.v-window div.v-window-footer-noresize { - height: 5px; -} - -.v-window-closebox { - background: url(closebutton_sprites.png) no-repeat scroll 0 0 transparent; - position: absolute; - width: 24px; - height: 24px; - right: 9px; - top: 8px; -} - -.v-window-closebox:hover { - background-position: 0 -24px; -} - -.v-window-closebox:active { - background-position: 0 -48px; -} - -.v-window-resizebox { - background: transparent url(/html/themes/classic/images/aui/icon_sprite.png) no-repeat scroll -69px -229px; - width: 10px; - height: 10px; - bottom: 0; -}
\ No newline at end of file |