Skip to content
Snippets Groups Projects
Commit 45656c18 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix hover css

parent b690a2a8
No related branches found
No related tags found
No related merge requests found
...@@ -2088,6 +2088,10 @@ border: none; ...@@ -2088,6 +2088,10 @@ border: none;
padding-left: 4px; padding-left: 4px;
font-weight: bold; font-weight: bold;
} }
div.pagination li.litext a:hover {
background-color: transparent;
background-image: none;
}
<?php if (! empty($conf->dol_use_jmobile)) { ?> <?php if (! empty($conf->dol_use_jmobile)) { ?>
div.pagination li.litext { div.pagination li.litext {
padding-top: 13px; padding-top: 13px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment