Remove not needed CSS for span elements

These do not have any border by default, so there is no need to remove it.

Issue #13777

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-10-30 09:26:37 +01:00
parent 43cbcf6bd0
commit 8109763b75
2 changed files with 0 additions and 16 deletions

View File

@ -3383,11 +3383,3 @@ body .ui-dialog .ui-button-text-only .ui-button-text {
#name-panel {
overflow:hidden;
}
#page_name {
border:none;
}
#saved_state {
border:none;
}

View File

@ -3627,11 +3627,3 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
#name-panel {
overflow:hidden;
}
#page_name {
border:none;
}
#saved_state {
border:none;
}