mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Fixed topbar css
Aded InputComponents.js to take care (dynamically create, add events) of input elements.
This commit is contained in:
@ -108,6 +108,11 @@ li#editor-info {
|
||||
display:inline;
|
||||
padding-right:20px;
|
||||
}
|
||||
|
||||
.checkbox-holder {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
input {
|
||||
margin-left:10px;
|
||||
background-color:darken($basecolor, 6%);
|
||||
@ -122,12 +127,5 @@ li#editor-info {
|
||||
width:25px;
|
||||
height:15px;
|
||||
}
|
||||
|
||||
input[type=checkbox] {
|
||||
padding:1px;
|
||||
width:20px;
|
||||
height:20px;
|
||||
background-color:darken($basecolor, 5%) !important;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user