]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #2113 : PopupView should indicate clickability with hand-cursor
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Wed, 24 Sep 2008 12:02:24 +0000 (12:02 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Wed, 24 Sep 2008 12:02:24 +0000 (12:02 +0000)
svn changeset:5503/svn branch:trunk

WebContent/ITMILL/themes/default/popupview/popupview.css
WebContent/ITMILL/themes/default/styles.css

index d1024c4f38e5ce97cacdfa411832972d2031b3ff..bd52ebd429206b67b6ab8a563a88c68726194fa2 100644 (file)
@@ -8,4 +8,9 @@
        overflow:                               auto;
        padding:                                3px;
        margin:                                 3px;
+}
+
+.i-popupview {
+       cursor:                                 pointer; 
+       cursor:                                 hand;
 }
\ No newline at end of file
index bb0f62d9ac348a482d321fcc61f1efbaa7ab50b0..658d3d7bcb1f3808b1443353c19fdd5311c6f811 100644 (file)
@@ -1025,6 +1025,11 @@ input.i-modified,
        padding:                                3px;
        margin:                                 3px;
 }
+
+.i-popupview {
+       cursor:                                 pointer; 
+       cursor:                                 hand;
+}
 .i-progressindicator {
        background: #dfe2e4 url(progressindicator/img/base.gif);
        height: 9px;