diff --git a/node_modules/montage/ui/button.reel/button.css b/node_modules/montage/ui/button.reel/button.css
index 9edb8f3d..684cefb2 100644
--- a/node_modules/montage/ui/button.reel/button.css
+++ b/node_modules/montage/ui/button.reel/button.css
@@ -27,7 +27,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
-
+
.montage-button {
outline: none;
box-sizing: border-box;
diff --git a/node_modules/montage/ui/input-number.reel/input-number.html b/node_modules/montage/ui/input-number.reel/input-number.html
index 8c1741a8..2bf86161 100644
--- a/node_modules/montage/ui/input-number.reel/input-number.html
+++ b/node_modules/montage/ui/input-number.reel/input-number.html
@@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE.
-
+
diff --git a/node_modules/montage/ui/input-radio.reel/input-radio.css b/node_modules/montage/ui/input-radio.reel/input-radio.css
index 020c4cee..25231b21 100644
--- a/node_modules/montage/ui/input-radio.reel/input-radio.css
+++ b/node_modules/montage/ui/input-radio.reel/input-radio.css
@@ -27,7 +27,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
-
+
.montage-inputRadio {
-webkit-appearance: none;
-moz-appearance: none;
@@ -42,19 +42,19 @@ POSSIBILITY OF SUCH DAMAGE.
background: #f2f2f2;
cursor: pointer;
}
-
+
.montage-inputRadio:hover {
background-color: #fff;
}
-
+
.montage-inputRadio:active {
background-color: #e5e5e5;
}
-
+
.montage-inputRadio:focus {
border-color: #7f7f7f;
}
-
+
.montage-inputRadio:checked {
background: #f2f2f2 url(radio.png) no-repeat center;
}
diff --git a/node_modules/montage/ui/input-range.reel/input-range.css b/node_modules/montage/ui/input-range.reel/input-range.css
index bbd3f03c..1a6060d4 100644
--- a/node_modules/montage/ui/input-range.reel/input-range.css
+++ b/node_modules/montage/ui/input-range.reel/input-range.css
@@ -27,7 +27,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
-
+
.montage-inputRange {
position: relative;
display: inline-block;
diff --git a/node_modules/montage/ui/scroller.reel/scroller.css b/node_modules/montage/ui/scroller.reel/scroller.css
index 25e9b5b5..0dafcc28 100644
--- a/node_modules/montage/ui/scroller.reel/scroller.css
+++ b/node_modules/montage/ui/scroller.reel/scroller.css
@@ -27,7 +27,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
-
+
.montage-scroller {
position: relative;
display: block;
diff --git a/node_modules/montage/ui/select.reel/select.css b/node_modules/montage/ui/select.reel/select.css
index 6ed695d3..f96a40df 100644
--- a/node_modules/montage/ui/select.reel/select.css
+++ b/node_modules/montage/ui/select.reel/select.css
@@ -41,15 +41,15 @@ POSSIBILITY OF SUCH DAMAGE.
background: #f2f2f2 url(select.png) no-repeat right center;
cursor: pointer;
}
-
+
.montage-select:hover {
background-color: #fff;
}
-
+
.montage-select:active {
background-color: #e5e5e5;
}
-
+
.montage-select:focus {
border-color: #7f7f7f;
}
diff --git a/node_modules/montage/ui/textarea.reel/textarea.css b/node_modules/montage/ui/textarea.reel/textarea.css
index 19d362a3..89c46e98 100644
--- a/node_modules/montage/ui/textarea.reel/textarea.css
+++ b/node_modules/montage/ui/textarea.reel/textarea.css
@@ -27,7 +27,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
-
+
.montage-textarea {
outline: none;
box-sizing: border-box;
@@ -40,11 +40,11 @@ POSSIBILITY OF SUCH DAMAGE.
border-radius: 3px;
background-color: #fff;
}
-
+
.montage-textarea:hover {
border-color: #ccc;
}
-
+
.montage-textarea:focus {
border-color: #7f7f7f;
}
diff --git a/node_modules/montage/ui/token-field/token.reel/token.css b/node_modules/montage/ui/token-field/token.reel/token.css
index bc60406d..c88215b1 100644
--- a/node_modules/montage/ui/token-field/token.reel/token.css
+++ b/node_modules/montage/ui/token-field/token.reel/token.css
@@ -47,7 +47,7 @@ POSSIBILITY OF SUCH DAMAGE.
padding: 3px 6px;
border-left: inherit;
border-radius: 0 2px 2px 0;
- color: hsl(0,0%,60%);
+ color: hsl(0,0%,60%);
cursor: pointer;
}
.montage-token > .montage-token-delete:hover {
diff --git a/node_modules/montage/ui/token-field/token.reel/token.html b/node_modules/montage/ui/token-field/token.reel/token.html
index 50f4c805..94db382d 100644
--- a/node_modules/montage/ui/token-field/token.reel/token.html
+++ b/node_modules/montage/ui/token-field/token.reel/token.html
@@ -37,7 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
"tokenText": {
"prototype": "ui/dynamic-text.reel",
"properties": {
- "element": {"#": "token-text"}
+ "element": {"#": "token-text"}
},
"bindings": {
"value": {"<-": "@owner.text"}
--
cgit v1.2.3