Commit 185dbd3c by Omar Al-Ithawi

Set the direction of the calculator input to LTR

parent ba2e7bb0
...@@ -98,6 +98,7 @@ ...@@ -98,6 +98,7 @@
} }
#calculator_output { #calculator_output {
direction: ltr; // Almost all of the real-world calculators are LTR
background: $white; background: $white;
border: 1px solid $white; border: 1px solid $white;
box-shadow: none; box-shadow: none;
...@@ -130,6 +131,7 @@ ...@@ -130,6 +131,7 @@
} }
#calculator_input { #calculator_input {
direction: ltr; // Almost all of the real-world calculators are LTR
border: none; border: none;
box-shadow: none; box-shadow: none;
@include box-sizing(border-box); @include box-sizing(border-box);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment