summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-11-23 09:33:35 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-11-23 09:33:35 +0000
commitd0faf3037488718e76495c3a9792786a81e84247 (patch)
treee58c2ce3ef8db392431d06c7b74a40c48ab586dc /WebContent/VAADIN/themes/reindeer
parent234619472331017b447895bcbb10a87c5c3317bb (diff)
downloadvaadin-framework-d0faf3037488718e76495c3a9792786a81e84247.tar.gz
vaadin-framework-d0faf3037488718e76495c3a9792786a81e84247.zip
Fixes #3499: PopupView CSS style is broken. PopupView minimized now looks like a link in Reindeer. Runo left unchanged.
* added Link component styles to Reindeer as well. svn changeset:9957/svn branch:6.2
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer')
-rw-r--r--WebContent/VAADIN/themes/reindeer/link/link.css10
-rw-r--r--WebContent/VAADIN/themes/reindeer/popupview/popupview.css12
-rw-r--r--WebContent/VAADIN/themes/reindeer/styles.css24
3 files changed, 46 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/link/link.css b/WebContent/VAADIN/themes/reindeer/link/link.css
new file mode 100644
index 0000000000..00423e978d
--- /dev/null
+++ b/WebContent/VAADIN/themes/reindeer/link/link.css
@@ -0,0 +1,10 @@
+.v-link a:link {
+ color: #1b699f;
+ text-decoration: underline;
+}
+.v-link a:visited {
+ color: #5c7485;
+}
+.v-link a:hover {
+ color: #2483c4;
+} \ No newline at end of file
diff --git a/WebContent/VAADIN/themes/reindeer/popupview/popupview.css b/WebContent/VAADIN/themes/reindeer/popupview/popupview.css
new file mode 100644
index 0000000000..af02cd3db3
--- /dev/null
+++ b/WebContent/VAADIN/themes/reindeer/popupview/popupview.css
@@ -0,0 +1,12 @@
+.v-popupview {
+ background: transparent;
+ text-decoration: underline;
+ color: #1b699f;
+}
+.v-popupview:hover {
+ color: #2483c4;
+}
+.v-popupview-popup {
+ background: #fff;
+ padding: 3px;
+} \ No newline at end of file
diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css
index 7e0dc5b441..ed0b24374f 100644
--- a/WebContent/VAADIN/themes/reindeer/styles.css
+++ b/WebContent/VAADIN/themes/reindeer/styles.css
@@ -3041,6 +3041,17 @@ td.v-datefield-calendarpanel-nextyear {
background-color: #1e2022;
}
+.v-link a:link {
+ color: #1b699f;
+ text-decoration: underline;
+}
+.v-link a:visited {
+ color: #5c7485;
+}
+.v-link a:hover {
+ color: #2483c4;
+}
+
.v-menubar {
height: 23px;
overflow: hidden;
@@ -3228,6 +3239,19 @@ td.v-datefield-calendarpanel-nextyear {
border: none;
}
+.v-popupview {
+ background: transparent;
+ text-decoration: underline;
+ color: #1b699f;
+}
+.v-popupview:hover {
+ color: #2483c4;
+}
+.v-popupview-popup {
+ background: #fff;
+ padding: 3px;
+}
+
.v-progressindicator-wrapper {
background: #dfe2e4 url(progressindicator/img/base.gif) repeat-x;
border: 1px solid #bfbfbf;