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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
com/Branding/css/tenzing.css
com/Branding/css/tenzing.css
View file @
ff7ce81
...
...
@@ -16,7 +16,7 @@
* ACCENTS:
* blue: #71aed7
* gray: #ebebeb
*
*
*/
#header-logo
{
...
...
@@ -69,7 +69,7 @@ border:none;
#backtoblog
{
background
:
#3b0d32
;
color
:
#fadfb3
;
}
/*
/*
#wphead { display:none; }
#TzBrandingHeader {
...
...
@@ -92,7 +92,7 @@ border:none;
color
:
#f7bd55
;
padding
:
5px
10px
;
font-size
:
11px
;
clear
:
both
;
position
:
relative
;
margin-top
:
-28px
;
...
...
@@ -131,7 +131,7 @@ table.tabular-data tbody td {}
}
#popup_title
{
color
:
#f7bd55
;
color
:
#f7bd55
;
font-size
:
12px
;
font-weight
:
bold
;
text-align
:
left
;
...
...
@@ -191,7 +191,7 @@ table.tabular-data tbody td {}
#cboxLoadingOverlay
,
#cboxLoadingGraphic
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;}
#cboxPrevious
,
#cboxNext
,
#cboxClose
,
#cboxSlideshow
{
cursor
:
pointer
;}
/*
/*
ColorBox example user style
The following rules are ordered and tabbed in a way that represents the
order/nesting of the generated HTML, so that the structure easier to understand.
...
...
@@ -241,13 +241,13 @@ table.tabular-data tbody td {}
.validation-errors
ul
{
margin
:
0
;
padding
:
0
;
padding
:
0
;
}
.validation-errors
ul
li
{
margin
:
0px
0px
3px
0px
;
padding
:
0px
;
font-size
:
11px
;
background
:
none
;
background
:
none
;
}
.my-profile-table
{
margin-top
:
0px
;
padding-top
:
0px
;}
...
...
@@ -402,7 +402,7 @@ a.dp-choose-date {
display
:
block
;
text-indent
:
-2000px
;
overflow
:
hidden
;
background
:
url(../images/calendar.png)
no-repeat
;
background
:
url(../images/calendar.png)
no-repeat
;
}
a
.dp-choose-date.dp-disabled
{
background-position
:
0
-20px
;
...
...
@@ -468,8 +468,8 @@ input.dp-applied {
.status-paid
{
width
:
97px
;
height
:
87px
;
position
:
absolute
;
bottom
:
60px
;
position
:
absolute
;
bottom
:
60px
;
right
:
350px
;
background
:
transparent
url(../images/paid.png)
top
left
no-repeat
;
}
...
...
@@ -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