]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #266: Immediate upload button broken in Opera 10 (OS X)
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 4 Mar 2010 10:18:21 +0000 (10:18 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 4 Mar 2010 10:18:21 +0000 (10:18 +0000)
svn changeset:11631/svn branch:6.3

WebContent/VAADIN/themes/base/styles.css
WebContent/VAADIN/themes/base/upload/upload.css
WebContent/VAADIN/themes/reindeer/styles.css
WebContent/VAADIN/themes/runo/styles.css

index 1194fdc7196ce88f2f64ad01357836c2d45395b4..bb582c26050e83e3b5d83a39de0b86f897a6e00f 100644 (file)
@@ -1646,7 +1646,10 @@ div.v-tree-node-leaf {
        right: 0;
        height: 21px;
        text-align: right;
+       border: none;
+       background: transparent;
 }
+
 .v-upload-immediate button {
        position: relative;
        left: 0;
index 73f9490738cf2a747087b3de8c4627d2014817e0..eb5a3002964df8f34d13cb6e6c4a2bbed57ad5dc 100644 (file)
        right: 0;
        height: 21px;
        text-align: right;
+       border: none;
+       background: transparent;
 }
+
 .v-upload-immediate button {
        position: relative;
        left: 0;
index 749372e9d7e6214247beaf0dfdf5303d21c74f25..67cd3e9de0028a4c6f14440d54077226cd1418a2 100644 (file)
@@ -1646,7 +1646,10 @@ div.v-tree-node-leaf {
        right: 0;
        height: 21px;
        text-align: right;
+       border: none;
+       background: transparent;
 }
+
 .v-upload-immediate button {
        position: relative;
        left: 0;
index 8559cb4758bbd2bf3a9c13cd7e4b892342cac624..822f5702ae317d4029ee891d9832fdc6d6388e2b 100644 (file)
@@ -1646,7 +1646,10 @@ div.v-tree-node-leaf {
        right: 0;
        height: 21px;
        text-align: right;
+       border: none;
+       background: transparent;
 }
+
 .v-upload-immediate button {
        position: relative;
        left: 0;