Fix a few CSS errors

This commit is contained in:
Manu 2022-03-18 14:30:50 +01:00
parent a970f78c4e
commit 4e61bbec71
5 changed files with 16 additions and 17 deletions

View File

@ -290,7 +290,7 @@ a.top-menu-dropdown-link {
#topmenuloginmoreinfo-btn, #topmenulogincompanyinfo-btn { #topmenuloginmoreinfo-btn, #topmenulogincompanyinfo-btn {
display: block; display: block;
text-aling: right; text-align: right;
color:#666; color:#666;
cursor: pointer; cursor: pointer;
} }
@ -412,11 +412,10 @@ a.top-menu-dropdown-link {
transition: all 250ms ease-in-out; transition: all 250ms ease-in-out;
backface-visibility: hidden; backface-visibility: hidden;
transform-style: preserve-3d; transform-style: preserve-3d;
} }
.dropdown-search-input::placeholder { .dropdown-search-input::placeholder {
color: color(#575756 a(0.8)); color: color(#575756);
letter-spacing: 1.5px; letter-spacing: 1.5px;
} }

View File

@ -4167,7 +4167,7 @@ table.noborder.paymenttable {
} }
.paymenttable tr td:first-child, .margintable tr td:first-child .paymenttable tr td:first-child, .margintable tr td:first-child
{ {
//padding-left: 2px; /*padding-left: 2px;*/
} }
.paymenttable, .margintable tr td { .paymenttable, .margintable tr td {
height: 22px; height: 22px;

View File

@ -217,7 +217,8 @@ span.butActionNewRefused>span.fa, span.butActionNewRefused>span.fa:hover
padding-<?php echo $left; ?>: 6px; padding-<?php echo $left; ?>: 6px;
font-size: 1.5em; font-size: 1.5em;
border: none; border: none;
box-shadow: none; webkit-box-shadow: none; box-shadow: none;
-webkit-box-shadow: none;
} }
.butAction:hover { .butAction:hover {

View File

@ -286,7 +286,7 @@ a.top-menu-dropdown-link {
#topmenuloginmoreinfo-btn, #topmenulogincompanyinfo-btn { #topmenuloginmoreinfo-btn, #topmenulogincompanyinfo-btn {
display: block; display: block;
text-aling: right; text-align: right;
color:#666; color:#666;
cursor: pointer; cursor: pointer;
} }
@ -459,7 +459,7 @@ a.top-menu-dropdown-link {
.dropdown-search-input::placeholder { .dropdown-search-input::placeholder {
color: color(#575756 a(0.8)); color: color(#575756);
letter-spacing: 1.5px; letter-spacing: 1.5px;
} }

View File

@ -3444,7 +3444,7 @@ a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
border-right: 1px solid transparent; border-right: 1px solid transparent;
border-left: 1px solid transparent; border-left: 1px solid transparent;
border-top: 1px solid transparent; border-top: 1px solid transparent;
border-bottom: 0px !important;*/ border-bottom: 0px !important;
} }
a.tab:hover a.tab:hover
@ -3546,7 +3546,7 @@ input.buttonreset {
padding-<?php print $left; ?>: 0px; padding-<?php print $left; ?>: 0px;
padding-<?php print $right; ?>: 16px; padding-<?php print $right; ?>: 16px;
padding-bottom: 4px; padding-bottom: 4px;
margin-right: 0px 0px; margin-right: 0px;
} }
.notopnoleftnoright { .notopnoleftnoright {
border-collapse: collapse; border-collapse: collapse;
@ -3804,7 +3804,7 @@ div.refidpadding {
} }
div.refid { div.refid {
font-weight: bold; font-weight: bold;
color: rgb(--colortexttitlenotab); color: var(--colortexttitlenotab);
font-size: 160%; font-size: 160%;
} }
a.refid { a.refid {
@ -4036,12 +4036,12 @@ table.dataTable tr.oddeven {
/* For no hover style */ /* For no hover style */
td.oddeven, table.nohover tr.impair, table.nohover tr.pair, table.nohover tr.impair td, table.nohover tr.pair td, tr.nohover td, form.nohover, form.nohover:hover { td.oddeven, table.nohover tr.impair, table.nohover tr.pair, table.nohover tr.impair td, table.nohover tr.pair td, tr.nohover td, form.nohover, form.nohover:hover {
background-color: var(--colorbacklineimpair1) !important; !important; background-color: var(--colorbacklineimpair1) !important;
background: var(--colorbacklineimpair1) !important; !important; background: var(--colorbacklineimpair1) !important;
} }
td.evenodd, tr.nohoverpair td, #trlinefordates td { td.evenodd, tr.nohoverpair td, #trlinefordates td {
background-color: var(--colorbacklinepair1) !important; !important; background-color: var(--colorbacklinepair1) !important;
background: var(--colorbacklinepair1) !important; !important; background: var(--colorbacklinepair1) !important;
} }
.trforbreak td { .trforbreak td {
font-weight: bold; font-weight: bold;
@ -4178,7 +4178,6 @@ input.liste_titre {
white-space: nowrap; white-space: nowrap;
line-height: 1.5em; line-height: 1.5em;
} }
}
.noborder tr.liste_total_wrap td, tr.liste_total_wrap td, form.liste_total_wrap div { .noborder tr.liste_total_wrap td, tr.liste_total_wrap td, form.liste_total_wrap div {
white-space: normal; white-space: normal;
} }
@ -4374,7 +4373,7 @@ span.boxstatstext {
span.boxstatsindicator { span.boxstatsindicator {
font-size: 110%; font-size: 110%;
font-weight: normal; font-weight: normal;
font-color: rgb(<?php print $colortextlink; ?>); color: rgb(<?php print $colortextlink; ?>);
} }
span.dashboardlineindicator, span.dashboardlineindicatorlate { span.dashboardlineindicator, span.dashboardlineindicatorlate {
font-size: 120%; font-size: 120%;
@ -7046,7 +7045,7 @@ div.clipboardCPValue.hidewithsize {
.clipboardCPTextDivInside { .clipboardCPTextDivInside {
position: absolute; position: absolute;
background: #EEE; background: #EEE;
color: 888; color: #888;
border: 1px solid #DDD; border: 1px solid #DDD;
opacity: 1; opacity: 1;
z-index: 20; z-index: 20;