mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
Dev styling - darken the paging button border slightly
This commit is contained in:
parent
c95f8c88d6
commit
42170f6498
@ -1 +1 @@
|
||||
6bfb230c228aeab96fc3ffcc0d8394ac32de9ac5
|
||||
f8646eb57de32debca88e1a6303b5dd94cd9ed58
|
||||
|
@ -190,7 +190,7 @@ table.dataTable.sort-column.hover tbody tr.even:hover > .sorting_3 {
|
||||
}
|
||||
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
|
||||
color: #333333 !important;
|
||||
border: 1px solid gainsboro;
|
||||
border: 1px solid #cacaca;
|
||||
background-color: white;
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
|
||||
/* Chrome,Safari4+ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user