mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 19:02:35 +01:00
Fix a few CSS errors
This commit is contained in:
@@ -290,7 +290,7 @@ a.top-menu-dropdown-link {
|
||||
|
||||
#topmenuloginmoreinfo-btn, #topmenulogincompanyinfo-btn {
|
||||
display: block;
|
||||
text-aling: right;
|
||||
text-align: right;
|
||||
color:#666;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -412,11 +412,10 @@ a.top-menu-dropdown-link {
|
||||
transition: all 250ms ease-in-out;
|
||||
backface-visibility: hidden;
|
||||
transform-style: preserve-3d;
|
||||
|
||||
}
|
||||
|
||||
.dropdown-search-input::placeholder {
|
||||
color: color(#575756 a(0.8));
|
||||
color: color(#575756);
|
||||
letter-spacing: 1.5px;
|
||||
}
|
||||
|
||||
|
||||
@@ -4167,7 +4167,7 @@ table.noborder.paymenttable {
|
||||
}
|
||||
.paymenttable tr td:first-child, .margintable tr td:first-child
|
||||
{
|
||||
//padding-left: 2px;
|
||||
/*padding-left: 2px;*/
|
||||
}
|
||||
.paymenttable, .margintable tr td {
|
||||
height: 22px;
|
||||
|
||||
@@ -217,7 +217,8 @@ span.butActionNewRefused>span.fa, span.butActionNewRefused>span.fa:hover
|
||||
padding-<?php echo $left; ?>: 6px;
|
||||
font-size: 1.5em;
|
||||
border: none;
|
||||
box-shadow: none; webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
}
|
||||
|
||||
.butAction:hover {
|
||||
|
||||
@@ -286,7 +286,7 @@ a.top-menu-dropdown-link {
|
||||
|
||||
#topmenuloginmoreinfo-btn, #topmenulogincompanyinfo-btn {
|
||||
display: block;
|
||||
text-aling: right;
|
||||
text-align: right;
|
||||
color:#666;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -459,7 +459,7 @@ a.top-menu-dropdown-link {
|
||||
|
||||
|
||||
.dropdown-search-input::placeholder {
|
||||
color: color(#575756 a(0.8));
|
||||
color: color(#575756);
|
||||
letter-spacing: 1.5px;
|
||||
}
|
||||
|
||||
|
||||
@@ -3444,7 +3444,7 @@ a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
|
||||
border-right: 1px solid transparent;
|
||||
border-left: 1px solid transparent;
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom: 0px !important;*/
|
||||
border-bottom: 0px !important;
|
||||
}
|
||||
|
||||
a.tab:hover
|
||||
@@ -3546,7 +3546,7 @@ input.buttonreset {
|
||||
padding-<?php print $left; ?>: 0px;
|
||||
padding-<?php print $right; ?>: 16px;
|
||||
padding-bottom: 4px;
|
||||
margin-right: 0px 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
.notopnoleftnoright {
|
||||
border-collapse: collapse;
|
||||
@@ -3804,7 +3804,7 @@ div.refidpadding {
|
||||
}
|
||||
div.refid {
|
||||
font-weight: bold;
|
||||
color: rgb(--colortexttitlenotab);
|
||||
color: var(--colortexttitlenotab);
|
||||
font-size: 160%;
|
||||
}
|
||||
a.refid {
|
||||
@@ -4036,12 +4036,12 @@ table.dataTable tr.oddeven {
|
||||
|
||||
/* 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 {
|
||||
background-color: var(--colorbacklineimpair1) !important; !important;
|
||||
background: var(--colorbacklineimpair1) !important; !important;
|
||||
background-color: var(--colorbacklineimpair1) !important;
|
||||
background: var(--colorbacklineimpair1) !important;
|
||||
}
|
||||
td.evenodd, tr.nohoverpair td, #trlinefordates td {
|
||||
background-color: var(--colorbacklinepair1) !important; !important;
|
||||
background: var(--colorbacklinepair1) !important; !important;
|
||||
background-color: var(--colorbacklinepair1) !important;
|
||||
background: var(--colorbacklinepair1) !important;
|
||||
}
|
||||
.trforbreak td {
|
||||
font-weight: bold;
|
||||
@@ -4178,7 +4178,6 @@ input.liste_titre {
|
||||
white-space: nowrap;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
}
|
||||
.noborder tr.liste_total_wrap td, tr.liste_total_wrap td, form.liste_total_wrap div {
|
||||
white-space: normal;
|
||||
}
|
||||
@@ -4374,7 +4373,7 @@ span.boxstatstext {
|
||||
span.boxstatsindicator {
|
||||
font-size: 110%;
|
||||
font-weight: normal;
|
||||
font-color: rgb(<?php print $colortextlink; ?>);
|
||||
color: rgb(<?php print $colortextlink; ?>);
|
||||
}
|
||||
span.dashboardlineindicator, span.dashboardlineindicatorlate {
|
||||
font-size: 120%;
|
||||
@@ -7046,7 +7045,7 @@ div.clipboardCPValue.hidewithsize {
|
||||
.clipboardCPTextDivInside {
|
||||
position: absolute;
|
||||
background: #EEE;
|
||||
color: 888;
|
||||
color: #888;
|
||||
border: 1px solid #DDD;
|
||||
opacity: 1;
|
||||
z-index: 20;
|
||||
|
||||
Reference in New Issue
Block a user