Commit 2da31519 authored by James Thomas's avatar James Thomas

Override default Dijit Claro theme to fit existing apps

parent ab760073
......@@ -129,7 +129,7 @@ body {
}
#todo-list .check {
position: relative;
top: 9px;
top: 11px;
margin: 0 10px 0 7px;
float: left;
}
......@@ -548,3 +548,20 @@ body {
color: #666;
text-decoration: line-through;
}
/** Override Claro's CSS rule to style application like other examples */
.claro .dijitInlineEditBoxDisplayModeHover {
background-color: white;
border: 1px solid transparent;
}
.claro .dijitCheckBox, .claro .dijitCheckBoxIcon {
background-image: none;
width: 14px;
height: 14px;
}
.dijitCheckBoxInput {
opacity: 1;
}
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