Improve skins

This commit is contained in:
James Cole
2023-02-04 06:00:44 +01:00
parent 28deb32f5e
commit 8ab1e97fb0
7 changed files with 1250 additions and 909 deletions

View File

@@ -18,18 +18,19 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/* used in transaction groups */
.no-margin-pagination {padding-bottom:0;padding-top:0;}
.no-margin-pagination ul.pagination {margin:0 !important;}
/* TODO find out where this is used. */
input.ti-new-tag-input {
font-size: 14px !important;
line-height: 1.42857143;
color: #555;
color:red; /* color: #555;*/
font-family:"Source Sans Pro", "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
/* TODO Find out where this is used. */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }