From 7f37511ba6ef62d6d68ee802135a69226c25c63a Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 30 Sep 2015 14:22:12 +0200 Subject: [PATCH] add tiny loading icon --- app/assets/stylesheets/zammad.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index ec65c5fa1..c70d41263 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -1918,6 +1918,11 @@ ol.tabs li { height: 20px; } +.tiny.loading.icon { + width: 12px; + height: 12px; +} + @keyframes rotateplane { 0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);