diff options
Diffstat (limited to 'lib/themes/jtable_theme_base.less')
-rw-r--r-- | lib/themes/jtable_theme_base.less | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/lib/themes/jtable_theme_base.less b/lib/themes/jtable_theme_base.less index 573044f..b68360f 100644 --- a/lib/themes/jtable_theme_base.less +++ b/lib/themes/jtable_theme_base.less @@ -348,6 +348,11 @@ width:22px; } } + + span.jtable-page-info + { + vertical-align: middle; + } } div.jtable-column-resize-bar @@ -484,6 +489,11 @@ z-index: 998; position: absolute; background-color: #000; + + &.jtable-busy-panel-background-invisible + { + background-color: transparent; + } } div.jtable-busy-message @@ -492,9 +502,6 @@ z-index: 999; position: absolute; margin: 5px; - font-size: 1.25em; - color: #000; - background-color: #ddd; } div.jtable-contextmenu-overlay |