]> source.dussan.org Git - vaadin-framework.git/commitdiff
Reverted some read-only style fixes.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 8 Oct 2009 08:35:20 +0000 (08:35 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 8 Oct 2009 08:35:20 +0000 (08:35 +0000)
svn changeset:9136/svn branch:6.2

WebContent/VAADIN/themes/base/select/select.css
WebContent/VAADIN/themes/base/styles.css
WebContent/VAADIN/themes/base/textfield/textfield.css
WebContent/VAADIN/themes/reindeer/styles.css
WebContent/VAADIN/themes/reindeer/textfield/textfield.css
WebContent/VAADIN/themes/runo/select/select.css
WebContent/VAADIN/themes/runo/styles.css

index 5899b48664818bc1e080ff13cbb0c8a73287521f..2b7bb52e84a212bbc14cd2b642f1718e30783155 100644 (file)
        font-style: italic;
 }
 .v-filterselect-button {
-       cursor: pointer;
        float: right;
+       cursor: pointer;
 }
 .v-filterselect.v-readonly .v-filterselect-button {
-       cursor: default;
+       display: none;
+}
+.v-filterselect.v-readonly,
+.v-filterselect.v-readonly .v-filterselect-input {
+       background: transparent;
 }
 .v-filterselect-suggestpopup {
        background: #fff;
index 886de8cc1c49783cd95f8a0cb4a720ef981017d0..a1b560ec2383743e93149b5b453d0dfa4dbe95c2 100644 (file)
@@ -887,11 +887,15 @@ div.v-progressindicator-indeterminate-disabled {
        font-style: italic;
 }
 .v-filterselect-button {
-       cursor: pointer;
        float: right;
+       cursor: pointer;
 }
 .v-filterselect.v-readonly .v-filterselect-button {
-       cursor: default;
+       display: none;
+}
+.v-filterselect.v-readonly,
+.v-filterselect.v-readonly .v-filterselect-input {
+       background: transparent;
 }
 .v-filterselect-suggestpopup {
        background: #fff;
@@ -1406,6 +1410,11 @@ textarea.v-textarea-prompt {
        color: #999;
        font-style: italic;
 }
+.v-textfield.v-readonly,
+.v-textarea.v-readonly {
+       background: transparent;
+       border: none;
+}
 .v-richtextarea {
        border: 1px solid #aaa;
        overflow: hidden;
index b6209403b52a062dd78db7520841d03ffa0b6ebe..261970a2044fb947d3607ea93f21d347f9d379bb 100644 (file)
@@ -11,6 +11,11 @@ textarea.v-textarea-prompt {
        color: #999;
        font-style: italic;
 }
+.v-textfield.v-readonly,
+.v-textarea.v-readonly {
+       background: transparent;
+       border: none;
+}
 .v-richtextarea {
        border: 1px solid #aaa;
        overflow: hidden;
index 31575a32b20ad927ae846f96639b6256e18789eb..65e64a0724c70abe6c6f23fa4a132ab6c9d2a165 100644 (file)
@@ -887,11 +887,15 @@ div.v-progressindicator-indeterminate-disabled {
        font-style: italic;
 }
 .v-filterselect-button {
-       cursor: pointer;
        float: right;
+       cursor: pointer;
 }
 .v-filterselect.v-readonly .v-filterselect-button {
-       cursor: default;
+       display: none;
+}
+.v-filterselect.v-readonly,
+.v-filterselect.v-readonly .v-filterselect-input {
+       background: transparent;
 }
 .v-filterselect-suggestpopup {
        background: #fff;
@@ -1406,6 +1410,11 @@ textarea.v-textarea-prompt {
        color: #999;
        font-style: italic;
 }
+.v-textfield.v-readonly,
+.v-textarea.v-readonly {
+       background: transparent;
+       border: none;
+}
 .v-richtextarea {
        border: 1px solid #aaa;
        overflow: hidden;
@@ -4401,6 +4410,19 @@ textarea.v-textarea-prompt {
 .black input.v-textfield-prompt {
        color: #5f6366;
 }
+/* Readonly */
+input.v-textfield-readonly,
+.v-sa input.v-textfield-readonly,
+.v-ff35 input.v-textfield-readonly,
+.black input.v-textfield-readonly,
+.v-sa .black input.v-textfield-readonly,
+.v-ff35 .black input.v-textfield-readonly {
+       border: none;
+       background: transparent;
+       -webkit-border-image: none;
+       -moz-border-image: none;
+       border-width: 0;
+}
 
 .v-tree-node {
        background: transparent url(tree/img/arrows.png) no-repeat 6px -10px;
index 129ebc13bc660711801816e1667e97ef708aeca9..3909d325b50a0a847b40d715797e49d6660e94d5 100644 (file)
@@ -123,4 +123,17 @@ textarea.v-textarea-prompt {
 
 .black input.v-textfield-prompt {
        color: #5f6366;
+}
+/* Readonly */
+input.v-textfield-readonly,
+.v-sa input.v-textfield-readonly,
+.v-ff35 input.v-textfield-readonly,
+.black input.v-textfield-readonly,
+.v-sa .black input.v-textfield-readonly,
+.v-ff35 .black input.v-textfield-readonly {
+       border: none;
+       background: transparent;
+       -webkit-border-image: none;
+       -moz-border-image: none;
+       border-width: 0;
 }
\ No newline at end of file
index ac1eaf18fcca36af0e0b614d04cc730b27265a44..2dc391721178647eb6e2adeecacf2928bdd84386 100644 (file)
@@ -1,13 +1,13 @@
-.v-select-select {\r
-       font-size: 13px;\r
-}\r
-/* Twincol style */\r
-.v-select-twincol-options,\r
-.v-select-twincol-selections {\r
-       font-size: 13px;\r
-}\r
-.v-select-twincol-buttons {\r
-       padding: 2px; /* does not work in first render in FF ? */\r
+.v-select-select {
+       font-size: 13px;
+}
+/* Twincol style */
+.v-select-twincol-options,
+.v-select-twincol-selections {
+       font-size: 13px;
+}
+.v-select-twincol-buttons {
+       padding: 2px; /* does not work in first render in FF ? */
 }
 
 /** Filterselect aka ComboBox styles */
@@ -26,9 +26,9 @@
        margin: 0;
        padding: 3px 0 0 2px;
        font-size: 13px;
-}\r
-.v-filterselect-prompt .v-filterselect-input {\r
-       font-style: normal;\r
+}
+.v-filterselect-prompt .v-filterselect-input {
+       font-style: normal;
 }
 .v-filterselect-input:focus {
        /* remove safari/mac outline from this element */
 }
 .v-disabled .v-filterselect-button:hover,
 .v-readonly .v-filterselect-button:hover {
-       background-position: top left;\r
-       cursor: default;
+       background-position: top left;
+}
+.v-filterselect.v-readonly .v-filterselect-input {
+       background: transparent;
 }
 .v-filterselect-suggestpopup {
        background: #f6f7f7;
@@ -69,9 +71,9 @@
        padding: 1px 6px;
        cursor: pointer;
        height: 18px;
-}\r
-.v-ff .v-filterselect-suggestmenu .gwt-MenuItem {\r
-       height: 20px;\r
+}
+.v-ff .v-filterselect-suggestmenu .gwt-MenuItem {
+       height: 20px;
 }
 .v-filterselect-suggestmenu .gwt-MenuItem .v-icon {
        margin-right: 3px;
index 95f65f57703bdf304f69a6ba4edd281e8e19c9cd..94d2f81d33dd7834f1a8a1407709ddf6a4cb95e5 100644 (file)
@@ -887,11 +887,15 @@ div.v-progressindicator-indeterminate-disabled {
        font-style: italic;
 }
 .v-filterselect-button {
-       cursor: pointer;
        float: right;
+       cursor: pointer;
 }
 .v-filterselect.v-readonly .v-filterselect-button {
-       cursor: default;
+       display: none;
+}
+.v-filterselect.v-readonly,
+.v-filterselect.v-readonly .v-filterselect-input {
+       background: transparent;
 }
 .v-filterselect-suggestpopup {
        background: #fff;
@@ -1406,6 +1410,11 @@ textarea.v-textarea-prompt {
        color: #999;
        font-style: italic;
 }
+.v-textfield.v-readonly,
+.v-textarea.v-readonly {
+       background: transparent;
+       border: none;
+}
 .v-richtextarea {
        border: 1px solid #aaa;
        overflow: hidden;
@@ -2414,7 +2423,9 @@ div.v-tree-node-leaf {
 .v-disabled .v-filterselect-button:hover,
 .v-readonly .v-filterselect-button:hover {
        background-position: top left;
-       cursor: default;
+}
+.v-filterselect.v-readonly .v-filterselect-input {
+       background: transparent;
 }
 .v-filterselect-suggestpopup {
        background: #f6f7f7;