summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/styles.css')
-rw-r--r--WebContent/VAADIN/themes/reindeer/styles.css24
1 files changed, 24 insertions, 0 deletions
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;