summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-10-24 16:46:36 -0400
committerJules Laplace <jules@okfoc.us>2014-10-24 16:46:36 -0400
commit79377c1a06e986abb9146f4a9b41e4d266dc8dfc (patch)
tree1c0fd0a2dc51c5e87e4579a0711e2e3fd1e08d83 /public/assets/stylesheets/app.css
parent9bc2f0eec1bff31de427c97cbb190a4f7f74a483 (diff)
hit enter to flood message
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 894483d..e5b10e3 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1702,6 +1702,20 @@ input[type="range"]::-webkit-slider-thumb {
.wallpaperResizeControls span {
cursor: pointer;
}
+.floodMessage {
+ display: none;
+ animation: flicker 0.2s infinite;
+ color: black;
+ margin: 5px 5px 49px 5px;
+ font-size: 13px;
+ font-weight: 300;
+ text-align: center;
+}
+@keyframes flicker {
+ 49% { color: black; }
+ 50% { color: red; }
+ 100% { color: red; }
+}
#color-picker {
position: relative;