CSS enhancement

This commit is contained in:
Laurent Destailleur 2017-02-17 00:59:00 +01:00
parent afa5ef2913
commit ec962f13fa
2 changed files with 14 additions and 2 deletions

View File

@ -568,6 +568,12 @@ div.myavailability {
.selectlimit, .marginrightonly {
margin-right: 10px !important;
}
.selectlimit, .selectlimit:focus {
border-left: none !important;
border-top: none !important;
border-right: none !important;
outline: none;
}
.strikefordisabled {
text-decoration: line-through;
}
@ -2873,7 +2879,7 @@ tr.liste_titre_topborder td {
.liste_titre td a.notasortlink:hover {
background: transparent;
}
tr.liste_titre td.liste_titre, form.liste_titre div.tagtd { /* For last line of table headers only */
tr.liste_titre td.liste_titre, tr.liste_titre td.liste_titre_sel, form.liste_titre div.tagtd { /* For last line of table headers only */
border-bottom: 1px solid rgb(<?php echo $colortopbordertitle1 ?>);
}

View File

@ -546,6 +546,12 @@ div.myavailability {
.selectlimit, .marginrightonly {
margin-right: 10px !important;
}
.selectlimit, .selectlimit:focus {
border-left: none !important;
border-top: none !important;
border-right: none !important;
outline: none;
}
.strikefordisabled {
text-decoration: line-through;
}
@ -2751,7 +2757,7 @@ tr.liste_titre_topborder td {
.liste_titre td a.notasortlink:hover {
background: transparent;
}
tr.liste_titre td.liste_titre { /* For last line of table headers only */
tr.liste_titre td.liste_titre, tr.liste_titre td.liste_titre_sel { /* For last line of table headers only */
border-bottom: 1px solid rgb(<?php echo $colortopbordertitle1 ?>);
}