diff options
Diffstat (limited to 'WebContent/VAADIN/themes/base/common/common.scss')
-rw-r--r-- | WebContent/VAADIN/themes/base/common/common.scss | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.scss b/WebContent/VAADIN/themes/base/common/common.scss index 7ff519a0d5..f636359a38 100644 --- a/WebContent/VAADIN/themes/base/common/common.scss +++ b/WebContent/VAADIN/themes/base/common/common.scss @@ -198,32 +198,6 @@ body &.v-app-loading { .v-loading-indicator-wait { background-image: url(img/loading-indicator-wait.gif); } -/* Debug dialog */ -.v-debug-console { - background: #fff; - opacity: .9; - border: 1px solid #000; - font-family: sans-serif; -} -.v-debug-console-caption { - background: #000; - border-bottom: 1px solid grey; - color: white; - font-weight: bold; -} -.v-debug-console-content { - font-size: x-small; - overflow: auto; - white-space: pre; -} -.v-debug-console-content input { - font-size: xx-small; -} -/* Debug style */ -&.v-app .invalidlayout, -&.v-app .invalidlayout * { - background: #f99 !important; -} /* Fix for Liferay, issue #2384 */ &.v-app input[type="text"], &.v-app input[type="password"], |