Skip to content

Commit

Permalink
Solve input padding
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyserver committed Jun 10, 2015
1 parent e24a776 commit 05b5071
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
.GeoGebraFrame .AutoCompleteTextFieldW.SymbolCanBeShown .TextField,
.GeoGebraFrame .AutoCompleteTextFieldW.SymbolCanBeShown.FromDrawTextFieldNew input[type="text"].TextField,
.GeoGebraFrame input[type="text"].TextField {
padding-top: 0;
padding-bottom: 0;
height: auto;
}

.geogebra-activity-solved td {background-color:#DFFFDF!important;}
.geogebra-activity-unsolved td {background-color:#FFDFDF!important;}

Expand Down

0 comments on commit 05b5071

Please sign in to comment.