Browse Source

Add lineheight to popup

pull/2403/head
jlukic 9 years ago
parent
commit
bc96dcadc0
3 changed files with 3 additions and 2 deletions
  1. 2
      src/definitions/modules/popup.js
  2. 1
      src/definitions/modules/popup.less
  3. 2
      src/themes/default/modules/popup.variables

2
src/definitions/modules/popup.js

@ -1219,7 +1219,7 @@ $.fn.popup.settings = {
inline : false,
// popup should be removed from page on hide
preserve : false,
preserve : true,
// popup should not close when being hovered on
hoverable : false,

1
src/definitions/modules/popup.less

@ -36,6 +36,7 @@
z-index: @zIndex;
border: @border;
line-height: @lineHeight;
max-width: @maxWidth;
background-color: @background;

2
src/themes/default/modules/popup.variables

@ -10,7 +10,7 @@
@background: @white;
@maxWidth: 250px;
@borderColor: #CCCCCC;
@borderColor: @solidBorderColor;
@borderWidth: 1px;
@boxShadow: @floatingShadow;
@color: @textColor;

Loading…
Cancel
Save