Set the direction of the calculator input to LTR

This commit is contained in:
Omar Al-Ithawi
2016-07-20 11:45:37 +03:00
parent ba2e7bb0c7
commit 185dbd3c9b

View File

@@ -98,6 +98,7 @@
}
#calculator_output {
direction: ltr; // Almost all of the real-world calculators are LTR
background: $white;
border: 1px solid $white;
box-shadow: none;
@@ -130,6 +131,7 @@
}
#calculator_input {
direction: ltr; // Almost all of the real-world calculators are LTR
border: none;
box-shadow: none;
@include box-sizing(border-box);