mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
Update - styling: Altering the paging buttons to have a styling that is consistent with the Buttons extension. This is just a darkening of the active border and a small border radius.
This commit is contained in:
parent
781f7fcaef
commit
bb33384e62
@ -1 +1 @@
|
|||||||
d2d0e05d9d169d5a8bfc4031ff6db51b0e58cd3e
|
f57fbaa53071f8a780ee7616de30ffcf68351f93
|
||||||
|
@ -310,10 +310,11 @@ table.dataTable td {
|
|||||||
*cursor: hand;
|
*cursor: hand;
|
||||||
color: #333 !important;
|
color: #333 !important;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
|
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
|
||||||
color: #333 !important;
|
color: #333 !important;
|
||||||
border: 1px solid #cacaca;
|
border: 1px solid #979797;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
|
||||||
/* Chrome,Safari4+ */
|
/* Chrome,Safari4+ */
|
||||||
|
2
media/css/jquery.dataTables.min.css
vendored
2
media/css/jquery.dataTables.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user