From 45d7afd25276ee79d299cd9df54cda2ef88a442f Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@git-test.afi-sa.fr>
Date: Mon, 6 Jan 2014 13:32:53 +0000
Subject: [PATCH] =?UTF-8?q?Admin=20type=20de=20docs:=20am=C3=A9lioration?=
 =?UTF-8?q?=20affichage?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 library/Class/WebService/Vignette.php            | 1 -
 public/admin/css/global.css                      | 3 ++-
 public/opac/js/tablesorter/css/theme.default.css | 8 --------
 3 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/library/Class/WebService/Vignette.php b/library/Class/WebService/Vignette.php
index b41964fc678..f7fa068d16b 100644
--- a/library/Class/WebService/Vignette.php
+++ b/library/Class/WebService/Vignette.php
@@ -197,7 +197,6 @@ class Class_WebService_Vignette {
 // Rend les urls pour la vignette et la grande image
 //------------------------------------------------------------------------------------------------------    
 	public function getUrls($notice) {
-		xdebug_break();
 		$args=["titre" => $notice->isPeriodique() 
 											 ?  $notice->getClefChapeau() 
 											 : $notice->getTitrePrincipal(),
diff --git a/public/admin/css/global.css b/public/admin/css/global.css
index 7d1e2464268..21f433b59b9 100644
--- a/public/admin/css/global.css
+++ b/public/admin/css/global.css
@@ -830,7 +830,8 @@ form#sendparams dd {float: left}
 .formations ul li ul li:hover,
 .profils ul li ul li:hover,
 div.impressions>div:hover,
-.tree .item:hover {
+.tree .item:hover,
+table.models > tbody > tr:hover {
     background-color: rgba(194, 221, 230, 0.4);
     color:#0058A5;
 }
diff --git a/public/opac/js/tablesorter/css/theme.default.css b/public/opac/js/tablesorter/css/theme.default.css
index cc59d2033ff..0086f9b322b 100644
--- a/public/opac/js/tablesorter/css/theme.default.css
+++ b/public/opac/js/tablesorter/css/theme.default.css
@@ -63,19 +63,11 @@ Default Theme
 
 /* tbody */
 .tablesorter-default td {
-	background-color: #fff;
 	border-bottom: #ccc 1px solid;
 	padding: 4px;
 	vertical-align: top;
 }
 
-/* hovered row colors */
-.tablesorter-default tbody > tr:hover > td,
-.tablesorter-default tbody > tr.even:hover > td,
-.tablesorter-default tbody > tr.odd:hover > td {
-	background: #fff;
-	color: #000;
-}
 
 /* table processing indicator */
 .tablesorter-default .tablesorter-processing {
-- 
GitLab