summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/default/common/common.css
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2009-05-15 09:40:25 +0000
committerArtur Signell <artur.signell@itmill.com>2009-05-15 09:40:25 +0000
commit9b6e853c595ac303a60cdd40a5dcb566e9b6ce5d (patch)
tree0e7737367bff219bc4c1afb0392cfc28d0987490 /WebContent/VAADIN/themes/default/common/common.css
parent172d7a935c1829c5e0b95a6b8be6ae43d99c10c0 (diff)
downloadvaadin-framework-9b6e853c595ac303a60cdd40a5dcb566e9b6ce5d.tar.gz
vaadin-framework-9b6e853c595ac303a60cdd40a5dcb566e9b6ce5d.zip
Fix for #2953 - Rename old default theme to itmill5
svn changeset:7826/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/default/common/common.css')
-rw-r--r--WebContent/VAADIN/themes/default/common/common.css116
1 files changed, 0 insertions, 116 deletions
diff --git a/WebContent/VAADIN/themes/default/common/common.css b/WebContent/VAADIN/themes/default/common/common.css
deleted file mode 100644
index 5f564e3997..0000000000
--- a/WebContent/VAADIN/themes/default/common/common.css
+++ /dev/null
@@ -1,116 +0,0 @@
-.v-generated-body {
- background: #e9eced;
-}
-.v-app {
- background: #e9eced;
- font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
- color: #464f52;
- font-size: 13px;
- line-height: 18px;
-}
-.v-app-loading {
- background-image: url(img/loading-indicator.gif);
- background-repeat: no-repeat;
- background-position: 50%;
-}
-/* Global font styles */
-.v-window,
-.v-popupview-popup,
-.v-app input,
-.v-app select,
-.v-app button,
-.v-app textarea,
-.v-window input,
-.v-window select,
-.v-window button,
-.v-window textarea,
-.v-popupview-popup input,
-.v-popupview-popup select,
-.v-popupview-popup button,
-.v-popupview-popup textarea {
- font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
- color: #464f52;
- font-size: 13px;
-}
-.v-app select,
-.v-window select {
- padding: 0;
-}
-/* Custom tooltip */
-.v-tooltip {
- background-color: #fffcdd;
- border: 1px solid #b8b295;
- border-top-color: #d5d2c1;
- border-left-color: #d5d2c1;
- font-size: 11px;
- line-height: 13px;
- font-family: arial, helvetica, tahoma, verdana, sans-serif;
- color: #5d5444;
-}
-.v-tooltip-text {
- padding: 2px 4px;
- border: none;
- border-top: 1px solid #fffef5;
- border-bottom: 1px solid #fbf8d9;
-}
-.v-tooltip .v-errormessage {
- padding: 3px 4px 3px 4px;
- background: #ffecc6;
- color: #b74100;
- border: none;
- border-top: 1px solid #fff3dc;
- border-bottom: 1px solid #ead7b1;
-}
-.v-tooltip .v-errormessage h2 {
- font-size: 16px;
- font-weight: normal;
- color: #ab3101;
- margin: 2px 0 8px 0;
-}
-.v-tooltip .v-errormessage h3 {
- font-size: 13px;
- font-weight: bold;
- margin: 1px 0 4px 0;
-}
-.v-contextmenu {
- background: #e9eced url(../tabsheet/img/tab-bg.png);
- font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
- background-color: #f6f7f7;
- color: #464f52;
- font-size: 12px;
- line-height: 14px;
-}
-.v-contextmenu .gwt-MenuBar {
- border-right: 1px solid #c6cbcc;
- border-bottom: 1px solid #c6cbcc;
- border-top: 1px solid #d0d4d5;
- border-left: 1px solid #d0d4d5;
-}
-.v-contextmenu .gwt-MenuItem {
- padding: 2px 0;
-}
-.v-contextmenu .gwt-MenuItem div {
- padding: 1px 20px 1px 8px;
-}
-.v-contextmenu .gwt-MenuItem-selected div {
- color: #fff;
- background: #5daee8;
-}
-.v-contextmenu .gwt-MenuItem img {
- margin-right: 10px;
-}
-.v-loading-indicator,
-.v-loading-indicator-delay,
-.v-loading-indicator-wait {
- width: 31px;
- height: 31px;
- background: transparent url(img/loading-indicator.gif);
- margin-right: 5px;
- margin-top: 5px;
-}
-.v-loading-indicator-delay {
- background-image: url(img/loading-indicator-delay.gif);
-}
-.v-loading-indicator-wait {
- background-image: url(img/loading-indicator-wait.gif);
-} \ No newline at end of file