diff options
Diffstat (limited to 'WebContent/VAADIN/themes/runo/shadow')
-rw-r--r-- | WebContent/VAADIN/themes/runo/shadow/shadow.scss (renamed from WebContent/VAADIN/themes/runo/shadow/shadow.css) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/runo/shadow/shadow.css b/WebContent/VAADIN/themes/runo/shadow/shadow.scss index 2fc9a1c608..96a911fca4 100644 --- a/WebContent/VAADIN/themes/runo/shadow/shadow.css +++ b/WebContent/VAADIN/themes/runo/shadow/shadow.scss @@ -1,3 +1,5 @@ +@mixin runo-shadow { + .v-shadow { position: absolute; } @@ -65,4 +67,6 @@ bottom: -5px; right: -4px; width: 8px; height: 8px; background: transparent url(img/bottom-right.png); -}
\ No newline at end of file +} + +}
\ No newline at end of file |