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:
authorarkascha <github@christian-reiner.info>2013-08-05 11:17:52 +0400
committerarkascha <github@christian-reiner.info>2013-08-05 11:17:52 +0400
commitc14cd43c55c956f6623966ed3ff3ad62c6b76001 (patch)
tree486acc5d4a017441a7fbea00b8658c44cdc635b5 /fluxx_compensator
parent2223655666486cf903f7496bbd2456ea52ff5938 (diff)
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;
}