app/assets/stylesheets/application.css in tailog-0.6.5 vs app/assets/stylesheets/application.css in tailog-0.6.6
- old
+ new
@@ -8,10 +8,14 @@
white-space: pre-wrap;
word-break: break-all;
margin: 0;
}
+* {
+ outline: 0 !important;
+}
+
.fixed-top-right {
position: fixed;
top: 25px;
right: 25px;
}
@@ -57,6 +61,12 @@
border-bottom: 3px dashed #d9534f;
}
.highlight {
background: #FFFF88;
+}
+
+.progress-bar {
+ -webkit-transition: width .6s ease, background-color .6s ease;
+ -o-transition: width .6s ease, background-color .6s ease;
+ transition: width .6s ease, background-color .6s ease;
}