Skip to content

Commit

Permalink
adjusted dijit styles to better match the html select style
Browse files Browse the repository at this point in the history
  • Loading branch information
hanoch committed May 31, 2017
1 parent 46c0893 commit ea1eb79
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flat/dijit/form/Select.css
Original file line number Diff line number Diff line change
@@ -109,9 +109,9 @@
border-style: solid;
border-width: 1px;
border-color: #9e9e9e;
padding: 2px;
padding: 1px;
border-radius: 0px;
line-height: 10px;
line-height: 15px;
cursor: pointer;
-webkit-transition: all 0.05s linear;
-moz-transition: all 0.05s linear;
4 changes: 3 additions & 1 deletion flat/dijit/form/TextBox.css
Original file line number Diff line number Diff line change
@@ -20,6 +20,8 @@
.flat .dijitTextBox,
.flat .dijitInputInner {
line-height: 17px;
font-size: small;
color: black;
}
.flat .dijitTextBox {
background: #fff;
@@ -36,7 +38,7 @@
}
.flat .dijitTextBox .dijitInputField {
padding: 0 4px;
margin: 0 2px;
margin: 0 0px;
}
.flat .dijitSelect.alt-primary,
.flat .dijitComboBox.alt-primary,

0 comments on commit ea1eb79

Please sign in to comment.