]> source.dussan.org Git - vaadin-framework.git/commitdiff
* Fixed link style for Reindeer (no double-underline)
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 23 Nov 2009 14:32:05 +0000 (14:32 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 23 Nov 2009 14:32:05 +0000 (14:32 +0000)
 * Changed application cursor to "default", not only text inputs get the cursor: text; treatment (more application like, not webpage).

svn changeset:9960/svn branch:6.2

WebContent/VAADIN/themes/base/common/common.css
WebContent/VAADIN/themes/base/styles.css
WebContent/VAADIN/themes/base/tabsheet/tabsheet.css
WebContent/VAADIN/themes/reindeer/link/link.css
WebContent/VAADIN/themes/reindeer/styles.css
WebContent/VAADIN/themes/runo/styles.css
WebContent/VAADIN/themes/sampler/sampler/styles.css

index 3f44a8c8977066a6695639790363345de037951e..c7d908b6c8e311f635606223ca4582d015a722ab 100644 (file)
@@ -9,6 +9,14 @@
 .v-app {
        height: 100%;
 }
+/* Force arrow cursor for all elements inside the app */
+.v-app,
+.v-window,
+.v-popupview-popup,
+.v-label,
+.v-caption {
+       cursor: default;
+}
 div.v-app-loading {
        /* You can use this to provide indication for the user that the application is loading. */
        /* It is applied to the same element as .v-app */
index 605523fd8c6a405ba1ce911d7e09d94f80a4a591..4d31800322027b0bbca5753da0275e5daa008a18 100644 (file)
 .v-app {
        height: 100%;
 }
+/* Force arrow cursor for all elements inside the app */
+.v-app,
+.v-window,
+.v-popupview-popup,
+.v-label,
+.v-caption {
+       cursor: default;
+}
 div.v-app-loading {
        /* You can use this to provide indication for the user that the application is loading. */
        /* It is applied to the same element as .v-app */
@@ -1445,10 +1453,16 @@ div.v-progressindicator-indeterminate-disabled {
        cursor: pointer;
        padding: 0.2em 0.5em;
 }
+.v-tabsheet-tabitem .v-caption {
+       cursor: pointer;
+}
 .v-tabsheet-tabitem-selected {
        cursor: default;
        border-bottom-color: #fff;
 }
+.v-tabsheet-tabitem-selected .v-caption {
+       cursor: default;
+}
 .v-tabsheet-content {
        border: 1px solid #aaa;
        /* Vertical borders are not supported, use v-tabsheet-tabcontainer and v-tabsheet-deco to present these borders */
index 6fd1f1470a836b55fd38c9ee8e542d38b89d04ef..79e1cdf26721b8f8b511267feda796367bcdd8de 100644 (file)
        cursor: pointer;
        padding: 0.2em 0.5em;
 }
+.v-tabsheet-tabitem .v-caption {
+       cursor: pointer;
+}
 .v-tabsheet-tabitem-selected {
        cursor: default;
        border-bottom-color: #fff;
 }
+.v-tabsheet-tabitem-selected .v-caption {
+       cursor: default;
+}
 .v-tabsheet-content {
        border: 1px solid #aaa;
        /* Vertical borders are not supported, use v-tabsheet-tabcontainer and v-tabsheet-deco to present these borders */
index 00423e978deb1c39ffa363ebf115b4464f5481a0..e3847f118064ba069e4794efb039d413f4790ede 100644 (file)
@@ -1,10 +1,9 @@
-.v-link a:link {
+.v-link a:link span {
        color: #1b699f;
-       text-decoration: underline;
 }
-.v-link a:visited {
+.v-link a:visited span {
        color: #5c7485;
 }
-.v-link a:hover {
+.v-link a:hover span {
        color: #2483c4;
 }
\ No newline at end of file
index ed0b24374fb0be8b4db1d580be84577e4aa4ddc4..cddb80b6d2067f3c95946f8524375cbde6e73796 100644 (file)
 .v-app {
        height: 100%;
 }
+/* Force arrow cursor for all elements inside the app */
+.v-app,
+.v-window,
+.v-popupview-popup,
+.v-label,
+.v-caption {
+       cursor: default;
+}
 div.v-app-loading {
        /* You can use this to provide indication for the user that the application is loading. */
        /* It is applied to the same element as .v-app */
@@ -1445,10 +1453,16 @@ div.v-progressindicator-indeterminate-disabled {
        cursor: pointer;
        padding: 0.2em 0.5em;
 }
+.v-tabsheet-tabitem .v-caption {
+       cursor: pointer;
+}
 .v-tabsheet-tabitem-selected {
        cursor: default;
        border-bottom-color: #fff;
 }
+.v-tabsheet-tabitem-selected .v-caption {
+       cursor: default;
+}
 .v-tabsheet-content {
        border: 1px solid #aaa;
        /* Vertical borders are not supported, use v-tabsheet-tabcontainer and v-tabsheet-deco to present these borders */
@@ -3041,14 +3055,13 @@ td.v-datefield-calendarpanel-nextyear {
        background-color: #1e2022;
 }
 
-.v-link a:link {
+.v-link a:link span {
        color: #1b699f;
-       text-decoration: underline;
 }
-.v-link a:visited {
+.v-link a:visited span {
        color: #5c7485;
 }
-.v-link a:hover {
+.v-link a:hover span {
        color: #2483c4;
 }
 
index 42a5e7b5afcd423491aeaeb35dd24b612349e334..ef135129ae92322428ac6872d8d4c257fa266d79 100644 (file)
 .v-app {
        height: 100%;
 }
+/* Force arrow cursor for all elements inside the app */
+.v-app,
+.v-window,
+.v-popupview-popup,
+.v-label,
+.v-caption {
+       cursor: default;
+}
 div.v-app-loading {
        /* You can use this to provide indication for the user that the application is loading. */
        /* It is applied to the same element as .v-app */
@@ -1445,10 +1453,16 @@ div.v-progressindicator-indeterminate-disabled {
        cursor: pointer;
        padding: 0.2em 0.5em;
 }
+.v-tabsheet-tabitem .v-caption {
+       cursor: pointer;
+}
 .v-tabsheet-tabitem-selected {
        cursor: default;
        border-bottom-color: #fff;
 }
+.v-tabsheet-tabitem-selected .v-caption {
+       cursor: default;
+}
 .v-tabsheet-content {
        border: 1px solid #aaa;
        /* Vertical borders are not supported, use v-tabsheet-tabcontainer and v-tabsheet-deco to present these borders */
index 9c65d6bb9bae8cf34063e9e461e74e27a061feef..5a0a2dac8507a60afabacedca3303d4c8c7bb0d8 100644 (file)
@@ -46,7 +46,6 @@
 }
 
 .v-customcomponent-breadcrumbs .v-link a,
-.v-customcomponent-breadcrumbs .v-link a:link,
 .v-customcomponent-breadcrumbs .v-label {
        text-decoration: none;
        color: #000;
        display: block;
        float: left;
 }
+.v-customcomponent-breadcrumbs .v-link a:link span,
+.v-customcomponent-breadcrumbs .v-link a:visited span {
+       color: #000;
+}
 .v-customcomponent-breadcrumbs .v-label {
 }
 .v-sa .v-customcomponent-breadcrumbs .v-label {
@@ -71,7 +74,7 @@
 .v-customcomponent-breadcrumbs .v-link span {
        text-decoration: none;
 }
-.v-customcomponent-breadcrumbs .v-link a:hover {
+.v-customcomponent-breadcrumbs .v-link a:hover span {
        color: #000;
        text-decoration: underline;
 }
 .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:link {
+.v-customcomponent-breadcrumbs .v-link-bold a {
        display: block;
        height: 16px;
        background: transparent url(breadcrumb-current-right.png) no-repeat right top;
        font-size: 10px;
        font-weight: bold;
-       color: #c2c4c6;
-       text-shadow: 0 1px 0 #3a3d43;
        padding: 4px 9px 0 0;
        cursor: default;
 }
+.v-customcomponent-breadcrumbs .v-link-bold a:link span,
+.v-customcomponent-breadcrumbs .v-link-bold a:visited span {
+       color: #c2c4c6;
+       text-shadow: 0 1px 0 #3a3d43;
+}
 .v-sa .v-customcomponent-breadcrumbs .v-link-bold a {
        height: 17px;
        padding-top: 3px;
        padding-top: 2px;
        padding-bottom: 2px;
 }
-.v-customcomponent-breadcrumbs .v-link-bold a:hover {
+.v-customcomponent-breadcrumbs .v-link-bold a:hover span {
        color: #c2c4c6;
        text-decoration: none;
 }
 .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:link {
-       color: #b7c0c7;
+.v-app-SamplerApplication .feature-info div.v-link a {
        font-size: 11px;
        line-height: 18px;
        margin-left: 28px;
+}
+.v-app-SamplerApplication .feature-info div.v-link a span,
+.v-app-SamplerApplication .feature-info div.v-link a:link span {
+       color: #b7c0c7;
        text-decoration: none;
 }
-.v-app-SamplerApplication .feature-info div.v-link a:hover {
+.v-app-SamplerApplication .feature-info div.v-link a:hover span {
        color: #dcebf6;
 }
 .v-app-SamplerApplication .feature-info div.v-link a span {