summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpublic/assets/stylesheets/app.css30
1 files changed, 25 insertions, 5 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 5f4b70d..ef49350 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -153,6 +153,27 @@ a{
font-size: 24px;
padding: 18px 27px 0 8px;
}
+@-moz-keyframes redpulse {
+ 50%{
+ color:#f24444;
+ }
+}
+@keyframes redpulse {
+ 50%{
+ color:#f24444;
+ }
+}
+@-webkit-keyframes redpulse {
+ 50%{
+ color:#f24444;
+ }
+}
+
+.topLinks a.ion-help-circled.active {
+ -webkit-animation:1s redpulse infinite linear;
+ -moz-animation:1s redpulse infinite linear;
+ animation:1s redpulse infinite linear;
+}
.topLinks a.ion-help-circled.active,
.topLinks a.ion-help-circled:hover {
background:transparent;
@@ -1109,6 +1130,7 @@ border-left: 1px solid black;
margin-top: -16px;
font-size: 13px;
font-family:'Lato', sans-serif;
+ font-weight:600;
}
.menu span.ion-ios7-sunny-outline:hover:after {
@@ -1833,17 +1855,15 @@ input[type="range"]::-webkit-slider-thumb {
position: fixed;
max-width: 200px;
font-size: 15px;
- color: black;
- background: rgba(255,255,255,0.9);
+ color: white;
+ background: rgba(255,0,0,0.8);
margin: 8px 0 0 8px;
padding: 10px;
font-weight: 600;
z-index: 22;
display: none;
- margin-left:-210px;
+ margin-left:-220px;
margin-bottom:20px;
- border:1px solid;
- box-shadow:3px 3px black;
}
.settings.info {