Explorar o código

Used CSS animation to highlight custom-field-container when created or changed

Nathan Schneider %!s(int64=4) %!d(string=hai) anos
pai
achega
b9ff86b70a
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      _sass/communityrule.scss

+ 7 - 0
_sass/communityrule.scss

@@ -123,6 +123,13 @@
     padding-bottom: .5em;
 }
 
+#custom-field-container {
+    animation: blinker 1s linear 1;
+}
+@keyframes blinker {
+    from {background-color: lightgray;}
+    to {background-color: white;}
+}
 .field-controls {
     float: right;
     font-size: .7em;