summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/style.css.scss
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-03-10 00:51:39 +0100
committerjomo <github@jomo.tv>2015-03-10 00:51:39 +0100
commitb601d49fe6dee0e5ab23e8f5f188bb2bde3aa2f0 (patch)
tree21dbb0820eeaf19e12c930799f18c6e255a3cf00 /app/assets/stylesheets/style.css.scss
parentd6221ca8d198ace4a6f41f3b12f26a84fc82298c (diff)
add color to roles, improvement in label color detection
Diffstat (limited to 'app/assets/stylesheets/style.css.scss')
-rw-r--r--app/assets/stylesheets/style.css.scss14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/assets/stylesheets/style.css.scss b/app/assets/stylesheets/style.css.scss
index 3710d87..f4239b9 100644
--- a/app/assets/stylesheets/style.css.scss
+++ b/app/assets/stylesheets/style.css.scss
@@ -408,7 +408,6 @@ blockquote p {
a.role {
display: inline-block;
- color: #fff !important;
font-weight: bold;
padding: 4px 0.5em;
border-radius: 3px;
@@ -419,20 +418,7 @@ blockquote p {
text-overflow: ellipsis;
max-width: 27em; // works with the 30 character limit
- &.superadmin, &.admin {
- background: #d22 !important;
- }
-
- &.mod {
- background: #6af !important;
- }
-
- &.normal {
- background: #282 !important;
- }
-
&.banned, &.disabled {
- background: #ccc !important;
text-decoration: line-through !important;
color: #888 !important;
}