xtras/mathuaerknedam 412:100bf952a859: Mockie: decrease icon and...
commits at adium.im
commits at adium.im
Wed Mar 10 05:50:29 UTC 2010
details: http://hg.adium.im/xtras/mathuaerknedam/rev/100bf952a859
revision: 412:100bf952a859
author: mathuaerknedam
date: Tue Mar 09 13:17:21 2010 -0600
Mockie: decrease icon and sender opacity for message history.
Subject: xtras/mathuaerknedam 413:3d7a60d462ae: Renkoo: resolve issue where first message after losing focus wouldn't get firstFocus styling.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/3d7a60d462ae
revision: 413:3d7a60d462ae
author: mathuaerknedam
date: Tue Mar 09 13:30:11 2010 -0600
Renkoo: resolve issue where first message after losing focus wouldn't get firstFocus styling.
Subject: xtras/mathuaerknedam 414:de91d5287c33: minimal_mod: new mention/focus indicators.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/de91d5287c33
revision: 414:de91d5287c33
author: mathuaerknedam
date: Tue Mar 09 17:15:25 2010 -0600
minimal_mod: new mention/focus indicators.
Subject: xtras/mathuaerknedam 415:fa6ddb2ca99b: yMous: For some reason webkit sucks at rendering light text on a dark background with a dark text-shadow. This removes the on-hover text shadow from the saturnine variants.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/fa6ddb2ca99b
revision: 415:fa6ddb2ca99b
author: mathuaerknedam
date: Tue Mar 09 21:18:03 2010 -0600
yMous: For some reason webkit sucks at rendering light text on a dark background with a dark text-shadow. This removes the on-hover text shadow from the saturnine variants.
Subject: xtras/mathuaerknedam 416:24c59e62c8e8: yMous: make mentions less colorful but more obvious.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/24c59e62c8e8
revision: 416:24c59e62c8e8
author: mathuaerknedam
date: Tue Mar 09 23:50:18 2010 -0600
yMous: make mentions less colorful but more obvious.
diffs (truncated from 3547 to 1000 lines):
diff -r f8138c6dd349 -r 24c59e62c8e8 Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css Mon Mar 08 13:49:11 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css Tue Mar 09 23:50:18 2010 -0600
@@ -85,11 +85,6 @@
-webkit-border-top-right-radius: 5px;
}
-.x-mask
-{
- background-color: rgba(128, 128, 128, .2);
-}
-
.x-service
{
color: rgba(255, 255, 255, .5);
@@ -324,3 +319,9 @@
{
display: none;
}
+
+.history .x-buddyicon,
+.history .x-sender
+{
+ opacity: .5;
+}
diff -r f8138c6dd349 -r 24c59e62c8e8 Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/main.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/main.css Mon Mar 08 13:49:11 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/main.css Tue Mar 09 23:50:18 2010 -0600
@@ -117,7 +117,7 @@
-webkit-border-radius: 2px;
}
-.focus .x-timeStamp:before
+.focus:not(.firstFocus) .x-timeStamp:before
{
position: absolute;
margin-top: -1px;
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css Tue Mar 09 23:50:18 2010 -0600
@@ -13,11 +13,6 @@
color: #0090ff;
}
-.x-greyed
-{
- color: #CCCCCC;
-}
-
.x-incoming_link a
{
color: #0090ff;
@@ -32,14 +27,3 @@
{
color: #0090ff;
}
-
-.x-greyed_link a
-{
- color: #999999;
-}
-
-.mention.x-container,
-.mention.x-container_next
-{
- background-color: rgba(0, 144, 255, .1);
-}
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css Tue Mar 09 23:50:18 2010 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
color: #6abb00 !important;
}
.x-outgoing
{
color: #333333 !important;
}
.x-status
{
color: #6abb00;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #6abb00;
}
.x-outgoing_link a
{
color: #000000;
}
.x-status_link a
{
color: #6abb00;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(106, 187, 0, .1);
}
\ No newline at end of file
+.x-incoming
{
color: #6abb00 !important;
}
.x-outgoing
{
color: #333333 !important;
}
.x-status
{
color: #6abb00;
}
.x-incoming_link a
{
color: #6abb00;
}
.x-outgoing_link a
{
color: #000000;
}
.x-status_link a
{
color: #6abb00;
}
\ No newline at end of file
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css Tue Mar 09 23:50:18 2010 -0600
@@ -13,11 +13,6 @@
color: #707070;
}
-.x-greyed
-{
- color: #CCCCCC;
-}
-
.x-incoming_link a
{
color: #707070;
@@ -32,14 +27,3 @@
{
color: #707070;
}
-
-.x-greyed_link a
-{
- color: #999999;
-}
-
-.mention.x-container,
-.mention.x-container_next
-{
- background-color: rgba(255, 255, 0, .1);
-}
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css Tue Mar 09 23:50:18 2010 -0600
@@ -13,11 +13,6 @@
color: #ff7800;
}
-.x-greyed
-{
- color: #CCCCCC;
-}
-
.x-incoming_link a
{
color: #ff7800;
@@ -32,14 +27,3 @@
{
color: #ff7800;
}
-
-.x-greyed_link a
-{
- color: #999999;
-}
-
-.mention.x-container,
-.mention.x-container_next
-{
- background-color: rgba(255, 120, 0, .1);
-}
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css Tue Mar 09 23:50:18 2010 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
color: #ff3280 !important;
}
.x-outgoing
{
color: #333333 !important;
}
.x-status
{
color: #ff3280;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #ff3280;
}
.x-outgoing_link a
{
color: #000000;
}
.x-status_link a
{
color: #ff3280;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(255, 50, 128, .1);
}
\ No newline at end of file
+.x-incoming
{
color: #ff3280 !important;
}
.x-outgoing
{
color: #333333 !important;
}
.x-status
{
color: #ff3280;
}
.x-incoming_link a
{
color: #ff3280;
}
.x-outgoing_link a
{
color: #000000;
}
.x-status_link a
{
color: #ff3280;
}
\ No newline at end of file
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css Tue Mar 09 23:50:18 2010 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
color: #7200a7 !important;
}
.x-outgoing
{
color: #333333 !important;
}
.x-status
{
color: #7200a7;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #7200a7;
}
.x-outgoing_link a
{
color: #000000;
}
.x-status_link a
{
color: #7200a7;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(114, 0, 167, .1);
}
\ No newline at end of file
+.x-incoming
{
color: #7200a7 !important;
}
.x-outgoing
{
color: #333333 !important;
}
.x-status
{
color: #7200a7;
}
.x-incoming_link a
{
color: #7200a7;
}
.x-outgoing_link a
{
color: #000000;
}
.x-status_link a
{
color: #7200a7;
}
\ No newline at end of file
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css Tue Mar 09 23:50:18 2010 -0600
@@ -13,11 +13,6 @@
color: #ff0c00;
}
-.x-greyed
-{
- color: #CCCCCC;
-}
-
.x-incoming_link a
{
color: #ff0c00;
@@ -32,14 +27,3 @@
{
color: #ff0c00;
}
-
-.x-greyed_link a
-{
- color: #999999;
-}
-
-.mention.x-container,
-.mention.x-container_next
-{
- background-color: rgba(255, 12, 0, .1);
-}
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Black.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Black.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Black.css Tue Mar 09 23:50:18 2010 -0600
@@ -13,11 +13,6 @@
color: #333333;
}
-.x-greyed
-{
- color: #CCCCCC;
-}
-
.x-incoming_link a
{
color: #000000;
@@ -32,14 +27,3 @@
{
color: #000000;
}
-
-.x-greyed_link a
-{
- color: #999999;
-}
-
-.mention.x-container,
-.mention.x-container_next
-{
- background-color: rgba(255, 255, 0, .1);
-}
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css Tue Mar 09 23:50:18 2010 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
color: #6abb00 !important;
}
.x-outgoing
{
color: #0090ff !important;
}
.x-status
{
color: #6abb00;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #6abb00;
}
.x-outgoing_link a
{
color: #0090ff;
}
.x-status_link a
{
color: #6abb00;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(106, 187, 0, .1);
}
\ No newline at end of file
+.x-incoming
{
color: #6abb00 !important;
}
.x-outgoing
{
color: #0090ff !important;
}
.x-status
{
color: #6abb00;
}
.x-incoming_link a
{
color: #6abb00;
}
.x-outgoing_link a
{
color: #0090ff;
}
.x-status_link a
{
color: #6abb00;
}
\ No newline at end of file
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css Tue Mar 09 23:50:18 2010 -0600
@@ -13,11 +13,6 @@
color: #707070;
}
-.x-greyed
-{
- color: #CCCCCC;
-}
-
.x-incoming_link a
{
color: #707070;
@@ -32,14 +27,3 @@
{
color: #707070;
}
-
-.x-greyed_link a
-{
- color: #999999;
-}
-
-.mention.x-container,
-.mention.x-container_next
-{
- background-color: rgba(255, 255, 0, .1);
-}
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css Tue Mar 09 23:50:18 2010 -0600
@@ -13,11 +13,6 @@
color: #ff7800;
}
-.x-greyed
-{
- color: #CCCCCC;
-}
-
.x-incoming_link a
{
color: #ff7800;
@@ -32,14 +27,3 @@
{
color: #ff7800;
}
-
-.x-greyed_link a
-{
- color: #999999;
-}
-
-.mention.x-container,
-.mention.x-container_next
-{
- background-color: rgba(255, 120, 0, .1);
-}
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Pink.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Pink.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Pink.css Tue Mar 09 23:50:18 2010 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
color: #ff3280 !important;
}
.x-outgoing
{
color: #0090ff !important;
}
.x-status
{
color: #ff3280;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #ff3280;
}
.x-outgoing_link a
{
color: #0090ff;
}
.x-status_link a
{
color: #ff3280;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(255, 50, 128, .1);
}
\ No newline at end of file
+.x-incoming
{
color: #ff3280 !important;
}
.x-outgoing
{
color: #0090ff !important;
}
.x-status
{
color: #ff3280;
}
.x-incoming_link a
{
color: #ff3280;
}
.x-outgoing_link a
{
color: #0090ff;
}
.x-status_link a
{
color: #ff3280;
}
\ No newline at end of file
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css Tue Mar 09 23:50:18 2010 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
color: #7200a7 !important;
}
.x-outgoing
{
color: #0090ff !important;
}
.x-status
{
color: #7200a7;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #7200a7;
}
.x-outgoing_link a
{
color: #0090ff;
}
.x-status_link a
{
color: #7200a7;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(114, 0, 167, .1);
}
\ No newline at end of file
+.x-incoming
{
color: #7200a7 !important;
}
.x-outgoing
{
color: #0090ff !important;
}
.x-status
{
color: #7200a7;
}
.x-incoming_link a
{
color: #7200a7;
}
.x-outgoing_link a
{
color: #0090ff;
}
.x-status_link a
{
color: #7200a7;
}
\ No newline at end of file
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css Tue Mar 09 23:50:18 2010 -0600
@@ -13,11 +13,6 @@
color: #ff0c00;
}
-.x-greyed
-{
- color: #CCCCCC;
-}
-
.x-incoming_link a
{
color: #ff0c00;
@@ -32,14 +27,3 @@
{
color: #ff0c00;
}
-
-.x-greyed_link a
-{
- color: #999999;
-}
-
-.mention.x-container,
-.mention.x-container_next
-{
- background-color: rgba(255, 12, 0, .1);
-}
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css Tue Mar 09 23:50:18 2010 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
color: #333333 !important;
}
.x-outgoing
{
color: #6abb00 !important;
}
.x-status
{
color: #333333;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #000000;
}
.x-outgoing_link a
{
color: #6abb00;
}
.x-status_link a
{
color: #000000;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(255, 255, 0, .1);
}
\ No newline at end of file
+.x-incoming
{
color: #333333 !important;
}
.x-outgoing
{
color: #6abb00 !important;
}
.x-status
{
color: #333333;
}
.x-incoming_link a
{
color: #000000;
}
.x-outgoing_link a
{
color: #6abb00;
}
.x-status_link a
{
color: #000000;
}
\ No newline at end of file
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css Tue Mar 09 23:50:18 2010 -0600
@@ -13,11 +13,6 @@
color: #0090ff;
}
-.x-greyed
-{
- color: #CCCCCC;
-}
-
.x-incoming_link a
{
color: #0090ff;
@@ -32,14 +27,3 @@
{
color: #0090ff;
}
-
-.x-greyed_link a
-{
- color: #999999;
-}
-
-.mention.x-container,
-.mention.x-container_next
-{
- background-color: rgba(0, 144, 255, .1);
-}
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css Tue Mar 09 23:50:18 2010 -0600
@@ -13,11 +13,6 @@
color: #707070;
}
-.x-greyed
-{
- color: #CCCCCC;
-}
-
.x-incoming_link a
{
color: #707070;
@@ -32,14 +27,3 @@
{
color: #707070;
}
-
-.x-greyed_link a
-{
- color: #999999;
-}
-
-.mention.x-container,
-.mention.x-container_next
-{
- background-color: rgba(255, 255, 0, .1);
-}
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css Tue Mar 09 23:50:18 2010 -0600
@@ -13,11 +13,6 @@
color: #ff7800;
}
-.x-greyed
-{
- color: #CCCCCC;
-}
-
.x-incoming_link a
{
color: #ff7800;
@@ -32,14 +27,3 @@
{
color: #ff7800;
}
-
-.x-greyed_link a
-{
- color: #999999;
-}
-
-.mention.x-container,
-.mention.x-container_next
-{
- background-color: rgba(255, 120, 0, .1);
-}
diff -r f8138c6dd349 -r 24c59e62c8e8 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Pink.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Pink.css Mon Mar 08 13:49:11 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Pink.css Tue Mar 09 23:50:18 2010 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
color: #ff3280 !important;
}
.x-outgoing
{
color: #6abb00 !important;
}
.x-status
{
color: #ff3280;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #ff3280;
}
.x-outgoing_link a
{
color: #6abb00;
}
.x-status_link a
{
color: #ff3280;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(255, 50, 128, .1);
}
\ No newline at end of file
+.x-incoming
{
color: #ff3280 !important;
}
.x-outgoing
{
color: #6abb00 !important;
}
.x-status
{
color: #ff3280;
}
.x-incoming_link a
{
color: #ff3280;
}
.x-outgoing_link a
{
color: #6abb00;
More information about the commits
mailing list