summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/common
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/base/common')
-rw-r--r--WebContent/VAADIN/themes/base/common/common.scss293
-rw-r--r--WebContent/VAADIN/themes/base/common/img/ajax-loader-big.gifbin3208 -> 0 bytes
-rw-r--r--WebContent/VAADIN/themes/base/common/img/ajax-loader-medium.gifbin1849 -> 0 bytes
-rw-r--r--WebContent/VAADIN/themes/base/common/img/ajax-loader.gifbin4099 -> 0 bytes
-rw-r--r--WebContent/VAADIN/themes/base/common/img/drag-slot-dot.pngbin198 -> 0 bytes
-rw-r--r--WebContent/VAADIN/themes/base/common/img/loading-indicator-delay.gifbin1800 -> 0 bytes
-rw-r--r--WebContent/VAADIN/themes/base/common/img/loading-indicator-wait.gifbin1817 -> 0 bytes
-rw-r--r--WebContent/VAADIN/themes/base/common/img/loading-indicator.gifbin1781 -> 0 bytes
-rw-r--r--WebContent/VAADIN/themes/base/common/img/reconnect-spinner.gifbin3223 -> 0 bytes
-rw-r--r--WebContent/VAADIN/themes/base/common/img/sprites.pngbin204 -> 0 bytes
-rw-r--r--WebContent/VAADIN/themes/base/common/mixins.scss29
-rw-r--r--WebContent/VAADIN/themes/base/common/reconnect-dialog.scss31
12 files changed, 0 insertions, 353 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.scss b/WebContent/VAADIN/themes/base/common/common.scss
deleted file mode 100644
index ea8b5e5aa0..0000000000
--- a/WebContent/VAADIN/themes/base/common/common.scss
+++ /dev/null
@@ -1,293 +0,0 @@
-@mixin base-common {
-
-&.v-app {
- height: 100%;
-}
-/* Force arrow cursor for all elements inside the app */
-&.v-app,
-.v-window,
-.v-popupview-popup,
-.v-label,
-.v-caption {
- cursor: default;
-}
-/* add box-shadows to overlay elements */
-.v-window {
- box-shadow: 0 5px 18px 0 rgba(0, 0, 0, .5);
-}
-.v-datefield-popup,
-.v-filterselect-suggestpopup,
-.v-menubar-popup,
-.v-slider-feedback,
-.v-popupview-popup,
-.v-contextmenu {
- box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);
-}
-
-body &.v-app .v-app-loading {
- /* You can use this to provide indication for the user that the application is loading. */
- /* It is applied to the same element as .v-app */
- background-image: url(img/loading-indicator.gif);
- background-repeat: no-repeat;
- background-position: 50%;
- width: 100%;
- height: 100%;
-}
-.v-ui {
- height: 100%;
- width: 100%;
- /* avoid scrollbars with margins in root layout */
- outline: none;
- position: relative;
-}
-/* Prevent margin collapse */
-.v-ui.v-ui-embedded {
- margin-top: -1px;
- border-top: 1px solid transparent;
-}
-/**
- * Try to handle printing somehow. Reasonable printing support
- * needs application specific planning and CSS tuning.
- */
- /* Disabled for now, see #10336
-@media print {
- .v-generated-body {
- height: auto;
- min-height: 20cm;
- overflow: visible;
- }
- .v-app {
- height: auto;
- min-height: 20cm;
- }
- .v-ui {
- overflow: visible;
- }
- .v-gridlayout {
- overflow: visible !important;
- }
-}
-*/
-
-.v-ui:active,
-.v-ui:focus {
- outline: none;
-}
-&.v-app select,
-.v-window select {
- margin: 0;
-}
-.v-disabled {
- opacity: .3;
- filter: alpha(opacity=30);
- cursor: default;
-}
-.v-disabled * {
- cursor: default;
-}
-* html & .v-disabled {
- zoom: 1;
-}
-*+html & .v-disabled {
- zoom: 1;
-}
-.v-disabled .v-disabled {
- opacity: 1;
-}
-.v-required-field-indicator {
- padding-left: 2px;
- color: red;
-}
-.v-form fieldset {
- border: none;
- padding: 0;
- margin: 0;
- height: 100%;
-}
-.v-form-content {
- height: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-
-/* Field modified */ /* Disabled by default
-.v-modified,
-.v-richtextarea.v-modified iframe.gwt-RichTextArea,
-.v-checkbox.v-modified,
-.v-modified .v-select-option,
-.v-modified .v-textfield,
-.v-modified .v-datefield-calendarpanel,
-.v-modified .v-select-select,
-.v-modified .v-select-twincol-selections,
-.v-modified .v-select-twincol-options,
-.v-modified .v-slider-base {
- background: #ffffe0;
-}
-*/
-.v-tooltip {
- cursor: default;
- background: #fff;
- box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);
-}
-.v-tooltip-text {
- overflow: auto;
-}
-.v-tooltip .v-errormessage {
- overflow: auto;
-}
-.v-contextmenu {
- background: #fff;
-}
-.v-contextmenu .gwt-MenuItem {
- cursor: pointer;
- vertical-align: middle;
- padding: 0;
- border: 0;
- margin: 0;
-}
-
-.v-contextmenu .gwt-MenuBar {
- overflow-y: auto;
- overflow-x: hidden;
-}
-
-.v-contextmenu .gwt-MenuItem div {
- cursor: pointer;
- vertical-align: middle;
- white-space: nowrap;
-}
-.v-contextmenu .gwt-MenuItem-selected div {
- background: #aaa;
- color: #fff;
-}
-.v-contextmenu table {
- border-collapse: collapse;
- margin: 0;
- padding: 0;
-}
-.v-contextmenu .gwt-MenuItem img {
- margin-right: 1em;
- vertical-align: middle;
-}
-/* Margins are not supported within Label */
-.v-label pre {
- margin: 0;
-}
-/* A label with undefined width is always considered to be on one line */
-.v-label-undef-w {
- white-space: nowrap;
-}
-/* Revert line-height for heading elements inside labels */
-.v-label h1,
-.v-label h2,
-.v-label h3,
-.v-label h4,
-.v-label h5,
-.v-label h6 {
- line-height: normal;
-}
-/* Loading indicator states
- * Note: client side expects that loading indicator has a height. It depends on
- * this css property to ensure browsers have applied all required styles.
- */
-.v-loading-indicator,
-.v-loading-indicator-delay,
-.v-loading-indicator-wait {
- position: absolute;
- top: 0;
- right: 0;
- z-index: 30000;
- width: 31px;
- height: 31px;
- background: transparent url(img/loading-indicator.gif);
- margin-right: 5px;
- margin-top: 5px;
-}
-.v-loading-indicator-delay {
- background-image: url(img/loading-indicator-delay.gif);
-}
-.v-loading-indicator-wait {
- background-image: url(img/loading-indicator-wait.gif);
-}
-/* Fix for Liferay, issue #2384 */
-&.v-app input[type="text"],
-&.v-app input[type="password"],
-&.v-app input[type="reset"],
-&.v-app select,
-&.v-app textarea ,
-.v-window input[type="text"],
-.v-window input[type="password"],
-.v-window input[type="reset"],
-.v-window select,
-.v-window textarea {
- padding: 2px;
-}
-
-/* Removes clear button from input fields introduced by IE10 */
-input::-ms-clear {
- display: none;
-}
-
-.v-drag-element {
- z-index: 60000;
- /* override any other position: properties */
- position: absolute !important;
- opacity: 0.5;
- filter: alpha(opacity=50);
- cursor: default;
-}
-
-.v-clip {
- overflow: hidden;
-}
-
-.v-scrollable {
- overflow: auto;
- font-size: 0;
- line-height: normal;
-}
-/* Set font-size in order to make Firefox scrolling better #11353 */
-.v-ff & .v-scrollable {
- font-size: $font-size;
-}
-.v-ios.v-webkit & .v-scrollable {
- -webkit-overflow-scrolling: touch;
-}
-/* Disable native scrolling on iOS 5 due to #8792 */
-.v-ios5.v-webkit & .v-scrollable {
- -webkit-overflow-scrolling: none;
-}
-
-/* "Unnecessary scrollbar" related fixes (#14631, copied from Valo) */
-.v-scrollable.v-panel-content > .v-widget {
- /* This is needed for IE */
- vertical-align: middle;
-
- /* Needed for all browsers. Can't really show anything outside the
- * scrolling area anyway, so we can safely hide any overflow */
- overflow: hidden;
-}
-
-
-
-&.v-overlay-container {
- width: 0;
- height: 0;
-}
-
-}
-
-/* Outside the base mixin because elements might be added directly to the body */
-.v-assistive-device-only {
- position: absolute;
- top: -2000px;
- left: -2000px;
- width: 10px;
- overflow: hidden;
-}
-/* fix for #14681 - mobile safari 8 sometimes displayed text cursor on that element */
-.v-radiobutton {
- -webkit-user-select: none;
-}
-
diff --git a/WebContent/VAADIN/themes/base/common/img/ajax-loader-big.gif b/WebContent/VAADIN/themes/base/common/img/ajax-loader-big.gif
deleted file mode 100644
index 73dc88e31f..0000000000
--- a/WebContent/VAADIN/themes/base/common/img/ajax-loader-big.gif
+++ /dev/null
Binary files differ
diff --git a/WebContent/VAADIN/themes/base/common/img/ajax-loader-medium.gif b/WebContent/VAADIN/themes/base/common/img/ajax-loader-medium.gif
deleted file mode 100644
index 0a0c6aaef0..0000000000
--- a/WebContent/VAADIN/themes/base/common/img/ajax-loader-medium.gif
+++ /dev/null
Binary files differ
diff --git a/WebContent/VAADIN/themes/base/common/img/ajax-loader.gif b/WebContent/VAADIN/themes/base/common/img/ajax-loader.gif
deleted file mode 100644
index 354dc4685c..0000000000
--- a/WebContent/VAADIN/themes/base/common/img/ajax-loader.gif
+++ /dev/null
Binary files differ
diff --git a/WebContent/VAADIN/themes/base/common/img/drag-slot-dot.png b/WebContent/VAADIN/themes/base/common/img/drag-slot-dot.png
deleted file mode 100644
index f8abcf7e21..0000000000
--- a/WebContent/VAADIN/themes/base/common/img/drag-slot-dot.png
+++ /dev/null
Binary files differ
diff --git a/WebContent/VAADIN/themes/base/common/img/loading-indicator-delay.gif b/WebContent/VAADIN/themes/base/common/img/loading-indicator-delay.gif
deleted file mode 100644
index 831526849e..0000000000
--- a/WebContent/VAADIN/themes/base/common/img/loading-indicator-delay.gif
+++ /dev/null
Binary files differ
diff --git a/WebContent/VAADIN/themes/base/common/img/loading-indicator-wait.gif b/WebContent/VAADIN/themes/base/common/img/loading-indicator-wait.gif
deleted file mode 100644
index b10a0720b5..0000000000
--- a/WebContent/VAADIN/themes/base/common/img/loading-indicator-wait.gif
+++ /dev/null
Binary files differ
diff --git a/WebContent/VAADIN/themes/base/common/img/loading-indicator.gif b/WebContent/VAADIN/themes/base/common/img/loading-indicator.gif
deleted file mode 100644
index 3fae1b8a6b..0000000000
--- a/WebContent/VAADIN/themes/base/common/img/loading-indicator.gif
+++ /dev/null
Binary files differ
diff --git a/WebContent/VAADIN/themes/base/common/img/reconnect-spinner.gif b/WebContent/VAADIN/themes/base/common/img/reconnect-spinner.gif
deleted file mode 100644
index bc1a496d11..0000000000
--- a/WebContent/VAADIN/themes/base/common/img/reconnect-spinner.gif
+++ /dev/null
Binary files differ
diff --git a/WebContent/VAADIN/themes/base/common/img/sprites.png b/WebContent/VAADIN/themes/base/common/img/sprites.png
deleted file mode 100644
index c5d2e89b97..0000000000
--- a/WebContent/VAADIN/themes/base/common/img/sprites.png
+++ /dev/null
Binary files differ
diff --git a/WebContent/VAADIN/themes/base/common/mixins.scss b/WebContent/VAADIN/themes/base/common/mixins.scss
deleted file mode 100644
index fab97e9565..0000000000
--- a/WebContent/VAADIN/themes/base/common/mixins.scss
+++ /dev/null
@@ -1,29 +0,0 @@
-@mixin keyframes ($name) {
- @-webkit-keyframes #{$name} {
- @content;
- }
- @-moz-keyframes #{$name} {
- @content;
- }
- @keyframes #{$name} {
- @content;
- }
-}
-
-@mixin animation ($anim) {
- -webkit-animation: $anim;
- -moz-animation: $anim;
- animation: $anim;
-}
-
-@mixin box-shadow ($shadow) {
- -webkit-box-shadow: $shadow;
- -moz-box-shadow: $shadow;
- box-shadow: $shadow;
-}
-
-@mixin box-sizing ($box-sizing) {
- -webkit-box-sizing: $box-sizing;
- -moz-box-sizing: $box-sizing;
- box-sizing: $box-sizing;
-}
diff --git a/WebContent/VAADIN/themes/base/common/reconnect-dialog.scss b/WebContent/VAADIN/themes/base/common/reconnect-dialog.scss
deleted file mode 100644
index 15b78800d0..0000000000
--- a/WebContent/VAADIN/themes/base/common/reconnect-dialog.scss
+++ /dev/null
@@ -1,31 +0,0 @@
-@mixin base-reconnect-dialog {
- .v-reconnect-dialog {
- color: white;
- top: 12px;
- right: 12px;
- max-width: 100%;
- border-radius: 0;
- @include box-shadow(0 0 20px 0 rgba(0,0,0,0.25));
- padding: 10px;
-
- background-color: #444;
- text-align: center;
-
- .text {
- display: inline-block;
- padding-left: 10px;
- }
-
- .spinner {
- background-image: url(img/reconnect-spinner.gif);
- width: 31px;
- height: 31px;
- display: none;
- vertical-align: middle;
- }
-
- &.active .spinner {
- display: inline-block;
- }
- }
-} \ No newline at end of file