summaryrefslogtreecommitdiffstats
path: root/lib/themes/jtable_theme_base.less
diff options
context:
space:
mode:
authorHalil İbrahim Kalkan <hikalkan@gmail.com>2013-03-10 18:13:31 +0200
committerHalil İbrahim Kalkan <hikalkan@gmail.com>2013-03-10 18:13:31 +0200
commit1a540bc9dd0ce3855c41fd94f1894d67854ec8d3 (patch)
treeaf509dac6cef04612b2c46475ced3790c17ee336 /lib/themes/jtable_theme_base.less
parent808a21ce6ff05210b746652ecf64f8c25f636714 (diff)
downloadjtable-2.3.0.zip
jtable-2.3.0.tar.gz
jtable-2.3.0.tar.bz2
jTable v2.3.0v2.3.0
jQueryUI theme support with jqueryuiTheme option. [#135] New field option: inputTitle. [#265] Fixed some issues. [#134, #270, #371] Updated some localization files.
Diffstat (limited to 'lib/themes/jtable_theme_base.less')
-rw-r--r--lib/themes/jtable_theme_base.less13
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