Skip to content

Commit

Permalink
Widget styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dioslaska committed Feb 17, 2015
1 parent 6270552 commit e25a813
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion css/mobiscroll.frame.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
/* Widget content styling */
.mbsc-wdg .dwcc {
padding: .5em 1em;
font-size: 16px;
font-size: 14px;
text-align: left;
white-space: normal;
}
Expand Down
4 changes: 2 additions & 2 deletions css/mobiscroll.frame.ios-classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
}
.mbsc-ios-classic.mbsc-wdg .dwcc {
background: #fff;
background: rgba(255,255,255,.7);
color: #000;
-webkit-border-radius: .5em;
-webkit-box-shadow: 0 1px 1px rgba(255,255,255,.3), 0 1px 5px rgba(0, 0, 0, 0.90) inset, 0 -1px 1px rgba(0, 0, 0, 0.90) inset;
box-shadow: 0 1px 1px rgba(255,255,255,.3), 0 1px 5px rgba(0, 0, 0, 0.90) inset, 0 -1px 1px rgba(0, 0, 0, 0.90) inset;
border-radius: .5em;
}
4 changes: 2 additions & 2 deletions js/mobiscroll.frame.js
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,8 @@
that.hide(true, false, true);
}

event('onInit', []);

if (isModal) {
that._readValue();
if (!that._hasContent) {
Expand All @@ -761,8 +763,6 @@
}
that._preventChange = false;
});

event('onInit', []);
};

that.buttons = {};
Expand Down

0 comments on commit e25a813

Please sign in to comment.