]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #3499: PopupView CSS style is broken. PopupView minimized now looks like a...
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 23 Nov 2009 09:33:35 +0000 (09:33 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 23 Nov 2009 09:33:35 +0000 (09:33 +0000)
 * added Link component styles to Reindeer as well.

svn changeset:9957/svn branch:6.2

WebContent/VAADIN/themes/reindeer/link/link.css [new file with mode: 0644]
WebContent/VAADIN/themes/reindeer/popupview/popupview.css [new file with mode: 0644]
WebContent/VAADIN/themes/reindeer/styles.css
WebContent/VAADIN/themes/runo/popupview/popupview.css
WebContent/VAADIN/themes/runo/styles.css
WebContent/VAADIN/themes/sampler/sampler/styles.css

diff --git a/WebContent/VAADIN/themes/reindeer/link/link.css b/WebContent/VAADIN/themes/reindeer/link/link.css
new file mode 100644 (file)
index 0000000..00423e9
--- /dev/null
@@ -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 (file)
index 0000000..af02cd3
--- /dev/null
@@ -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
index 7e0dc5b4413f1495b84941f0a5666fa730d0a682..ed0b24374fb0be8b4db1d580be84577e4aa4ddc4 100644 (file)
@@ -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;
index 73437c6bac531175994db5f03d679ecb0f93b288..bbbfb69108d58f151de8e0082dab6ceef1bb6ee9 100644 (file)
@@ -1,3 +1,6 @@
+.v-popupview {
+       background: transparent;
+}
 .v-popupview-popup {
        border: 1px solid #babfc0;
        border-bottom: 1px solid #dee2e3;
index 29678a354e3ca6c74d9d6d16118c313072747a5d..42a5e7b5afcd423491aeaeb35dd24b612349e334 100644 (file)
@@ -2417,6 +2417,9 @@ div.v-tree-node-leaf {
        overflow: hidden;
 }
 
+.v-popupview {
+       background: transparent;
+}
 .v-popupview-popup {
        border: 1px solid #babfc0;
        border-bottom: 1px solid #dee2e3;
index 3eb778ab2d4c205be8e751cc87a9ae9e4f1ed849..9c65d6bb9bae8cf34063e9e461e74e27a061feef 100644 (file)
@@ -46,6 +46,7 @@
 }
 
 .v-customcomponent-breadcrumbs .v-link a,
+.v-customcomponent-breadcrumbs .v-link a:link,
 .v-customcomponent-breadcrumbs .v-label {
        text-decoration: none;
        color: #000;
@@ -83,7 +84,8 @@
 .v-ie .v-customcomponent-breadcrumbs .v-link-bold {
        margin-top: 1px;
 }
-.v-customcomponent-breadcrumbs .v-link-bold a {
+.v-customcomponent-breadcrumbs .v-link-bold a,
+.v-customcomponent-breadcrumbs .v-link-bold a:link {
        display: block;
        height: 16px;
        background: transparent url(breadcrumb-current-right.png) no-repeat right top;
 .v-popupview-popup-quickjump {
        background: transparent;
        border: none;
+       padding: 0;
 }
 
 .v-app-SamplerApplication .v-splitpanel-first-container-main-split {
 .v-sa .v-app-SamplerApplication .feature-info {
        font-family: helvetica, arial, verdana, sans-serif;
 }
-.v-app-SamplerApplication .feature-info div.v-link a {
+.v-app-SamplerApplication .feature-info div.v-link a,
+.v-app-SamplerApplication .feature-info div.v-link a:link {
        color: #b7c0c7;
        font-size: 11px;
        line-height: 18px;
        margin-left: 28px;
+       text-decoration: none;
 }
 .v-app-SamplerApplication .feature-info div.v-link a:hover {
        color: #dcebf6;
 .v-app-SamplerApplication .v-link-showcode {
        margin-left: 3px;
 }
+.v-app-SamplerApplication .v-link-showcode a {
+       text-decoration: none;
+}
 .v-app-SamplerApplication div > .v-nativebutton-showcode,
 .v-app-SamplerApplication div > .v-nativebutton-showcode:active,
 .v-app-SamplerApplication div > .v-nativebutton-showcode:focus,