aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/css/core
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-12-10 14:25:29 -0500
committerGitHub <noreply@github.com>2017-12-10 14:25:29 -0500
commit1d4380cee77fc049a54d280a27dcefa3fa6ff1fd (patch)
tree6aa222b3f88862a46c8ffd0e46bfb94755d54729 /app/src/main/assets/css/core
parent30eb51a44a271512e27c97aecc02f3a339f572bf (diff)
downloadfrost-1d4380cee77fc049a54d280a27dcefa3fa6ff1fd.tar.gz
frost-1d4380cee77fc049a54d280a27dcefa3fa6ff1fd.tar.bz2
frost-1d4380cee77fc049a54d280a27dcefa3fa6ff1fd.zip
theme (#546)
* Update to coffee and use webstorm * Add chrome as well * Update all * Reinstall android 27
Diffstat (limited to 'app/src/main/assets/css/core')
-rw-r--r--app/src/main/assets/css/core/core.css (renamed from app/src/main/assets/css/core/core.compact.css)7
-rw-r--r--app/src/main/assets/css/core/core.scss4
2 files changed, 1 insertions, 10 deletions
diff --git a/app/src/main/assets/css/core/core.compact.css b/app/src/main/assets/css/core/core.css
index c489b1f0..3b505c57 100644
--- a/app/src/main/assets/css/core/core.compact.css
+++ b/app/src/main/assets/css/core/core.css
@@ -70,24 +70,17 @@ a, ._5fpq { color: #d59ed5 !important; }
@-webkit-keyframes highlightFade { 0%, 50% { background: rgba(199, 70, 70, 0.35); }
100% { background: rgba(255, 0, 255, 0.02); } }
-
@-moz-keyframes highlightFade { 0%, 50% { background: rgba(199, 70, 70, 0.35); }
100% { background: rgba(255, 0, 255, 0.02); } }
-
@-ms-keyframes highlightFade { 0%, 50% { background: rgba(199, 70, 70, 0.35); }
100% { background: rgba(255, 0, 255, 0.02); } }
-
@keyframes highlightFade { 0%, 50% { background: rgba(199, 70, 70, 0.35); }
100% { background: rgba(255, 0, 255, 0.02); } }
-
@-webkit-keyframes chatHighlightAnimation { 0%, 100% { background: rgba(255, 0, 255, 0.02); }
50% { background: rgba(199, 70, 70, 0.35); } }
-
@-moz-keyframes chatHighlightAnimation { 0%, 100% { background: rgba(255, 0, 255, 0.02); }
50% { background: rgba(199, 70, 70, 0.35); } }
-
@-ms-keyframes chatHighlightAnimation { 0%, 100% { background: rgba(255, 0, 255, 0.02); }
50% { background: rgba(199, 70, 70, 0.35); } }
-
@keyframes chatHighlightAnimation { 0%, 100% { background: rgba(255, 0, 255, 0.02); }
50% { background: rgba(199, 70, 70, 0.35); } }
diff --git a/app/src/main/assets/css/core/core.scss b/app/src/main/assets/css/core/core.scss
index dd7a9078..745ca671 100644
--- a/app/src/main/assets/css/core/core.scss
+++ b/app/src/main/assets/css/core/core.scss
@@ -170,7 +170,6 @@ strong > a, ._15ks ._2q8z._2q8z, ._1e3e {
color: $text !important;
}
-
//these are links
a,
._5fpq {
@@ -196,9 +195,8 @@ a,
}
}
-
@include keyframes(chatHighlightAnimation) {
- 0%,100% {
+ 0%, 100% {
background: $bg_transparent;
}