Transition (background-)color on theme change
[plack-app-gruntmaster.git] / css / custom.css
index 6acc795c684c4df21e28480ab69b830a574d407a..fa66f23e0a647990580939da3796aef6d60652e3 100644 (file)
@@ -72,6 +72,14 @@ td.user, td.owner {
        word-break: break-all;
 }
 
-ul.list-inline {
-       display: inline-block;
-}
\ No newline at end of file
+#themes {
+       margin-left: 0;
+}
+
+#themes:before {
+       content: " Themes: ";
+}
+
+.transition-color, .transition-color * {
+       transition: color 0.5s ease-in, background-color 0.5s ease-in;
+}
This page took 0.009802 seconds and 4 git commands to generate.