diff options
| author | ryderr <r@okfoc.us> | 2014-10-30 13:22:43 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-30 13:22:43 -0400 |
| commit | 9fb5df41573c192b1280f30388c55ed6e068454f (patch) | |
| tree | 219b989c8a8530c0bfb7d1b7079b04fa464449ce | |
| parent | c166a6f9d7eafc01431de4076d3a53cc752febb4 (diff) | |
help style
| -rwxr-xr-x | public/assets/stylesheets/app.css | 30 |
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 { |
