Merge branch 'master' of https://github.com/brkcvn/akaunting into tailwind-3.2

This commit is contained in:
Burak Civan
2022-10-27 14:57:08 +03:00
9 changed files with 53 additions and 17 deletions

View File

@@ -583,6 +583,17 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
padding: 4px 15px;
}
/* document body selected */
::-moz-selection {
background: #55588B;
color: #FFFFFF;
}
::selection {
background: #55588B;
color: #FFFFFF;
}
/* document body selected */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;