ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Pagination CSS Issue
« previous
next »
Print
Pages: [
1
]
Author
Topic: Pagination CSS Issue (Read 2387 times)
SureshB
Pro Ultimate
Newbie
Posts: 32
Pagination CSS Issue
«
on:
January 30, 2015, 02:30:28 am »
Pagination buttons CSS styles are overlapped by my website theme CSS styles.
is there any way to prevent this??
Logged
paramvir
Administrator
Hero Member
Posts: 6296
Re: Pagination CSS Issue
«
Reply #1 on:
January 30, 2015, 02:52:50 pm »
css rules are applied according to specificity.
If 2 rules have same specificity, then the rule which is added later is applied.
https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity
It looks like your website theme CSS style has higher specificity than pqgrid pagination button. Either you have to lower the specificity of that particular rule in your website theme CSS or you have to increase the specificity of pagination button css rule.
Could you please add css rules from your website theme in the CSS pane of the following jsfiddle which cause pagination button style overlap so that I can have a look and provide resolution.
http://jsfiddle.net/b6b710mz/37/
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Pagination CSS Issue