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

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 af82ec079da428bf685c99c8931d6e6426355d1c..fce1110dfe386ec1722ec087699cf2e1ceaa56f8 100644 (file)
@@ -1640,7 +1640,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 5f86e3d44df403947b5de4d690d0497a55258b1d..0b1a7ee5fe1641ba7f7b97268fc7805b2cacf4c5 100644 (file)
@@ -1640,7 +1640,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 6011d44fef49473aa325c8a5e2e6cc628737f487..c12e863e16ac950e4692ecb8ff6087540cd31b5b 100644 (file)
@@ -1640,7 +1640,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;