1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

Fix for overlapping text

Fix for overlapping text visible before login.
This commit is contained in:
Zachar 2021-04-29 12:20:47 +02:00 committed by GitHub
parent b175b91553
commit 27e79b6674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1409,7 +1409,7 @@
.x-panel-tbar .x-btn-text {
height: 24px !important;
color: rgb(0,0,0,0);
color: rgb(0,0,0,0) !important;
}
.x-panel-tbar .x-toolbar .xtb-sep {
@ -2180,4 +2180,4 @@
.x-window-dlg .ext-mb-error {
//background-image: url(../images/gray/window/icon-error.gif);
}