Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ff7ce81c
authored
2011-12-14 13:55:37 -0500
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Change color of jQuery DataTables footer one shade of gray darker (better contrast). refs #1357
1 parent
67cef6d7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
com/Branding/css/tenzing.css
com/Branding/css/tenzing.css
View file @
ff7ce81
...
...
@@ -571,7 +571,7 @@ div.tablesorterPager input {
#mytable_length
,
.dataTables_length
{
float
:
left
;
width
:
200px
;
}
#mytable_filter
,
.dataTables_filter
{
float
:
right
;
text-align
:
right
;
width
:
400px
;
}
#mytable_info
,
.dataTables_info
{
font-size
:
11px
;
color
:
#
ccc
;}
#mytable_info
,
.dataTables_info
{
font-size
:
11px
;
color
:
#
bbb
;}
.tz-data-table-no-sort
thead
{
display
:
none
;
}
...
...
@@ -579,7 +579,7 @@ div.tablesorterPager input {
.sorting_asc
{
background-image
:
url(/wp-content/themes/cbv/assets/images/asc.gif)
;
color
:
#DF3224
;
}
.sorting_desc
{
background-image
:
url(/wp-content/themes/cbv/assets/images/desc.gif)
;
color
:
#DF3224
;
}
.paginate_button_disabled
{
color
:
#
ccc
;
cursor
:
default
;
}
.paginate_button_disabled
{
color
:
#
bbb
;
cursor
:
default
;
}
.dataTables_wrapper
{
position
:
relative
;
...
...
Please
register
or
sign in
to post a comment