Compare commits

...

5 Commits

3 changed files with 12 additions and 7 deletions

4
.gitmodules vendored
View File

@@ -44,3 +44,7 @@
path = modules/naliia_payment
url = https://aserrador:3sh0r4d3s3gu1r@gitea.onecluster.org/OneTeam/trytond-au-naliia_payment.git
branch = main
[submodule "modules/account_co_pyme"]
path = modules/account_co_pyme
url = ssh://git@gitea.onecluster.org:6666/OneTeam/trytondo-account_co_pyme.git
branch = 7.6

View File

@@ -8772,8 +8772,8 @@ html[theme="default"] select.form-control.input-lg {
}
html[theme="default"] select:focus,
html[theme="default"] select.form-control:focus {
-webkit-box-shadow: inset 0 -2px 0 #acd5e3;
box-shadow: inset 0 -2px 0 #acd5e3;
-webkit-box-shadow: inset 0 -2px 0 #f59f86;
box-shadow: inset 0 -2px 0 #f59f86;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
}
html[theme="default"] select[multiple],
@@ -8847,7 +8847,7 @@ html[theme="default"] .radio-inline input[type="radio"]:before {
position: absolute;
left: 0;
top: -3px;
background-color: #acd5e3;
background-color: #e54c75;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
@@ -8881,7 +8881,7 @@ html[theme="default"] .radio-inline input[type="radio"]:disabled:checked:before
html[theme="default"] input[type="radio"]:checked:after,
html[theme="default"] .radio input[type="radio"]:checked:after,
html[theme="default"] .radio-inline input[type="radio"]:checked:after {
border-color: #acd5e3;
border-color: #e54c75;
}
html[theme="default"] input[type="radio"]:disabled:after,
html[theme="default"] .radio input[type="radio"]:disabled:after,
@@ -8921,7 +8921,7 @@ html[theme="default"] .checkbox-inline input[type="checkbox"]:focus {
html[theme="default"] input[type="checkbox"]:focus:before,
html[theme="default"] .checkbox input[type="checkbox"]:focus:before,
html[theme="default"] .checkbox-inline input[type="checkbox"]:focus:before {
border-color: #acd5e3;
border-color: #e54c75;
}
html[theme="default"] input[type="checkbox"]:after,
html[theme="default"] .checkbox input[type="checkbox"]:after,
@@ -9103,10 +9103,10 @@ html[theme="default"] .alert {
color: #fff;
}
html[theme="default"] .alert-success {
background-color: #32ad52;
background-color: #22c55e;
}
html[theme="default"] .alert-info {
background-color: #e54c75;
background-color: #22c55e;
}
html[theme="default"] .alert-warning {
background-color: #e78e42;