CSS using the SVG
This commit is contained in:
parent
457d0668c8
commit
1cda54c1f3
@ -206,7 +206,7 @@ input:-webkit-autofill {
|
|||||||
|
|
||||||
table.listofchoices, table.listofchoices tr, table.listofchoices td {
|
table.listofchoices, table.listofchoices tr, table.listofchoices td {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
padding: 4px;
|
padding: 8px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
border: 1px solid #ccc !important;
|
border: 1px solid #ccc !important;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
@ -275,6 +275,7 @@ div.header {
|
|||||||
|
|
||||||
a:link,a:visited,a:active {
|
a:link,a:visited,a:active {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
|
color: #114466;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration:underline;
|
text-decoration:underline;
|
||||||
@ -344,10 +345,21 @@ ul {
|
|||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr.choiceselected td.listofchoicesdesc {
|
||||||
|
color: #000 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.button {
|
tr.choiceselected td .button {
|
||||||
background: rgb(0,113,121);
|
background: rgb(0,113,121);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.button:link,a.button:visited,a.button:active {
|
||||||
|
color: #888;
|
||||||
|
}
|
||||||
|
.button {
|
||||||
|
background: #ddd;
|
||||||
|
color: #fff;
|
||||||
/* border: 1px solid #e0e0e0; */
|
/* border: 1px solid #e0e0e0; */
|
||||||
padding: 0.3em 0.7em;
|
padding: 0.3em 0.7em;
|
||||||
margin: 0 0.5em;
|
margin: 0 0.5em;
|
||||||
@ -363,7 +375,7 @@ a.button:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.choiceselected {
|
.choiceselected {
|
||||||
background-color: #f4fcf4;
|
background-color: #f4f6f4;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
background-position: top left;
|
background-position: top left;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -399,7 +399,7 @@ function pHeader($subtitle, $next, $action = 'set', $param = '', $forcejqueryurl
|
|||||||
print '<body>'."\n";
|
print '<body>'."\n";
|
||||||
|
|
||||||
print '<div class="divlogoinstall" style="text-align:center">';
|
print '<div class="divlogoinstall" style="text-align:center">';
|
||||||
print '<img class="imglogoinstall" src="../theme/dolibarr_logo.png" alt="Dolibarr logo"><br>';
|
print '<img class="imglogoinstall" src="../theme/dolibarr_logo.svg" alt="Dolibarr logo" width="300px"><br>';
|
||||||
print DOL_VERSION;
|
print DOL_VERSION;
|
||||||
print '</div><br>';
|
print '</div><br>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user