From 60afcdaff468e463db9cb679fda1b76d30cf7a40 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 3 Nov 2016 14:56:54 +0300 Subject: [PATCH] [SSE] Update styles for bootstrap-3.3.7. --- apps/spreadsheeteditor/main/resources/less/rightmenu.less | 8 ++++---- apps/spreadsheeteditor/main/resources/less/statusbar.less | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/spreadsheeteditor/main/resources/less/rightmenu.less b/apps/spreadsheeteditor/main/resources/less/rightmenu.less index 54f59db5d..2f02d4e6f 100644 --- a/apps/spreadsheeteditor/main/resources/less/rightmenu.less +++ b/apps/spreadsheeteditor/main/resources/less/rightmenu.less @@ -92,14 +92,14 @@ .btn-edit-table {background-position: 0 0;} button.over .btn-edit-table {background-position: -28px 0;} .btn-group.open .btn-edit-table, -button.active .btn-edit-table, -button:active .btn-edit-table {background-position: -56px 0;} +button.active:not(.disabled) .btn-edit-table, +button:active:not(.disabled) .btn-edit-table {background-position: -56px 0;} .btn-change-shape {background-position: 0 -16px;} button.over .btn-change-shape {background-position: -28px -16px;} .btn-group.open .btn-change-shape, -button.active .btn-change-shape, -button:active .btn-change-shape {background-position: -56px -16px;} +button.active:not(.disabled) .btn-change-shape, +button:active:not(.disabled) .btn-change-shape {background-position: -56px -16px;} .combo-pattern-item { .background-ximage('@{app-image-path}/right-panels/patterns.png', '@{app-image-path}/right-panels/patterns@2x.png', 112px); diff --git a/apps/spreadsheeteditor/main/resources/less/statusbar.less b/apps/spreadsheeteditor/main/resources/less/statusbar.less index e681ad4af..8d2812b9f 100644 --- a/apps/spreadsheeteditor/main/resources/less/statusbar.less +++ b/apps/spreadsheeteditor/main/resources/less/statusbar.less @@ -266,6 +266,9 @@ .status-group { white-space: nowrap; + &.dropup { + position: initial; + } } .cnt-zoom {