Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Reiner <github@christian-reiner.info>2013-08-05 11:15:43 +0400
committerChristian Reiner <github@christian-reiner.info>2013-08-05 11:15:43 +0400
commit2b63778c95630b817d2de997293c198f6e4fbcee (patch)
tree2ff9cf00f3d074bd99f9ec48c848d8c3302bf1ba /fluxx_compensator
parent06b53a17f870cf634f53ca9598c77c9322a16843 (diff)
parentc14cd43c55c956f6623966ed3ff3ad62c6b76001 (diff)
Merge pull request #1290 from arkascha/master
fluxx-compensator: Some smoothing of the transitions in contact app mode...
Diffstat (limited to 'fluxx_compensator')
-rw-r--r--fluxx_compensator/css/transitions.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/fluxx_compensator/css/transitions.css b/fluxx_compensator/css/transitions.css
index c8c09c654..d16d2efc6 100644
--- a/fluxx_compensator/css/transitions.css
+++ b/fluxx_compensator/css/transitions.css
@@ -28,7 +28,7 @@
* @author Christian Reiner
*/
-/* animate the fluxx handles themselves */
+/* animate the fluxx handles themselves and the main desktop components */
.fluxx-handle,
.fluxx-handle img,
#header,
@@ -50,7 +50,8 @@ html.fluxx-mode-calendar { }
/* 'contacts' app */
html.fluxx-mode-contacts { }
-html.fluxx-mode-contacts #content #contactsheader {
+html.fluxx-mode-contacts #groupsheader,html.fluxx-mode-contacts #groupsheader *,
+html.fluxx-mode-contacts #content #contactsheader,html.fluxx-mode-contacts #content #contactsheader * {
transition:all 300ms;-o-transition:all 300ms;-ms-transition:all 300ms;-moz-transition:all 300ms;-khtml-transition:all 300ms;-webkit-transition:all 300ms;
}