xtras/mathuaerknedam 608:cd006942eec0: Smooth Operator, Dark: Us...
commits at adium.im
commits at adium.im
Sat Nov 2 02:44:06 UTC 2013
details: http://hg.adium.im/xtras/mathuaerknedam/rev/cd006942eec0
revision: 608:cd006942eec0
branch: (none)
author: mathuaerknedam
date: Fri Nov 01 21:43:55 2013 -0500
Smooth Operator, Dark: Use the current gradient syntax.
diffs (331 lines):
diff -r 3599e429bfec -r cd006942eec0 Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Dark.css
--- a/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Dark.css Fri Nov 01 10:23:24 2013 -0500
+++ b/Resources/Message Styles/Smooth Operator.AdiumMessageStyle/Contents/Resources/Variants/Dark.css Fri Nov 01 21:43:55 2013 -0500
@@ -3,8 +3,7 @@
body
{
margin: 0px;
- background:
- -webkit-gradient(linear, left bottom, right bottom, from(rgba(120, 120, 120, 1)), to(rgba(102, 102, 102, 1))) bottom right repeat;
+ background: linear-gradient(to right, rgba(120, 120, 120, 1), rgba(102, 102, 102, 1));
background-size: 2px auto;
word-wrap: break-word;
@@ -161,9 +160,9 @@
.message:not(.autoreply):not(.consecutive):not(.history):not(.x-hover) img.x-icon
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, .3))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 1)), to(rgba(88, 88, 88, 1))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(88, 88, 88, 1)), to(rgba(64, 64, 64, 1))) 0px 16px no-repeat;
+ linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)) 0px 0px no-repeat,
+ linear-gradient(rgba(96, 96, 96, 1), rgba(88, 88, 88, 1)) 0px 0px no-repeat,
+ linear-gradient(rgba(88, 88, 88, 1), rgba(64, 64, 64, 1)) 0px 16px no-repeat;
background-size: 100% 1px, 100% 16px, 100% 100%;
}
@@ -171,9 +170,9 @@
.mention.message:not(.autoreply):not(.consecutive):not(.history):not(.x-hover) img.x-icon
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, .3))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(64, 64, 64, 1)), to(rgba(56, 56, 56, 1))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(56, 56, 56, 1)), to(rgba(32, 32, 32, 1))) 0px 16px no-repeat;
+ linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)) 0px 0px no-repeat,
+ linear-gradient(rgba(64, 64, 64, 1), rgba(56, 56, 56, 1)) 0px 0px no-repeat,
+ linear-gradient(rgba(56, 56, 56, 1), rgba(32, 32, 32, 1)) 0px 16px no-repeat;
background-size: 100% 1px, 100% 16px, 100% 100%;
}
@@ -181,9 +180,9 @@
.message.autoreply:not(.history):not(.consecutive):not(.x-hover) img.x-icon
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .2))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(160, 160, 160, 1)), to(rgba(156, 156, 156, 1))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(156, 156, 156, 1)), to(rgba(152, 152, 152, 1))) 0px 16px no-repeat;
+ linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)) 0px 0px no-repeat,
+ linear-gradient(rgba(160, 160, 160, 1), rgba(156, 156, 156, 1)) 0px 0px no-repeat,
+ linear-gradient(rgba(156, 156, 156, 1), rgba(152, 152, 152, 1)) 0px 16px no-repeat;
background-size: 100% 1px, 100% 16px, 100% 100%;
}
@@ -191,7 +190,7 @@
.message.x-hover:not(.consecutive):not(.history) img.x-icon
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 1)), to(rgba(64, 64, 64, 1))) 0px 0px no-repeat;
+ linear-gradient(rgba(80, 80, 80, 1), rgba(64, 64, 64, 1)) 0px 0px no-repeat;
background-size: 100% 100%;
}
@@ -211,9 +210,9 @@
margin-top: 7px;
color: rgba(64, 64, 64, 1);
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .2))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(160, 160, 160, 1)), to(rgba(152, 152, 152, 1))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(152, 152, 152, 1)), to(rgba(144, 144, 144, 1))) 0px 16px no-repeat;
+ linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)) 0px 0px no-repeat,
+ linear-gradient(rgba(160, 160, 160, 1), rgba(152, 152, 152, 1)) 0px 0px no-repeat,
+ linear-gradient(rgba(152, 152, 152, 1), rgba(144, 144, 144, 1)) 0px 16px no-repeat;
background-size: 100% 1px, 100% 16px, 100% 100%;
}
@@ -236,7 +235,7 @@
margin-top: -3px;
height: 15px;
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, .6))) 0px 0px no-repeat;
+ linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .6)) 0px 0px no-repeat;
box-shadow: 0px 1px 4px rgba(0, 0, 0, .4);
}
@@ -253,13 +252,13 @@
left: 6px;
z-index: 99;
margin-top: -2px;
- background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, .25)));
+ background-image: linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));
-webkit-mask-box-image: url("../adiumy-mask.png");
}
.message.showIcons.x-hover:not(.consecutive):not(.history) .x-color[src*="buddy_icon.png"]
{
- background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, .3)), to(rgba(80, 80, 80, .3)));
+ background-image: linear-gradient(rgba(80, 80, 80, .3), rgba(80, 80, 80, .3));
}
.message img.x-icon
@@ -284,8 +283,8 @@
left: 6px;
z-index: 4;
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, 0))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))) 0px 16px no-repeat;
+ linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0)) 0px 0px no-repeat,
+ linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) 0px 16px no-repeat;
background-size: 32px 16px, 32px 100%;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
@@ -294,14 +293,14 @@
.autoreply.message:not(.x-hover) .x-iconmask
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(192, 192, 192, .4)), to(rgba(64, 64, 64, .3))) 0px 0px no-repeat;
+ linear-gradient(rgba(192, 192, 192, .4), rgba(64, 64, 64, .3)) 0px 0px no-repeat;
background-size: 32px 16px;
}
.x-hover.message .x-iconmask
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, .6)), to(rgba(64, 64, 64, .6))) 0px 0px no-repeat;
+ linear-gradient(rgba(96, 96, 96, .6), rgba(64, 64, 64, .6)) 0px 0px no-repeat;
background-size: 32px 32px;
}
@@ -483,50 +482,50 @@
#Chat .history.message:not(.mention):not(.x-hover):first-child
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .2))) .5em 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(112, 112, 112, 1)), to(rgba(112, 112, 112, 1))) 0px 0px no-repeat;
+ linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)) .5em 0px no-repeat,
+ linear-gradient(rgba(112, 112, 112, 1), rgba(112, 112, 112, 1)) 0px 0px no-repeat;
background-size: 100% 1px, 100% 100%;
}
.history.message:not(.mention):not(.consecutive):not(.x-hover)
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(88, 88, 88, 1)), to(rgba(88, 88, 88, 1))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .2))) 0px 1px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(112, 112, 112, 1)), to(rgba(112, 112, 112, 1))) 0px 1px no-repeat;
+ linear-gradient(rgba(88, 88, 88, 1), rgba(88, 88, 88, 1)) 0px 0px no-repeat,
+ linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)) 0px 1px no-repeat,
+ linear-gradient(rgba(112, 112, 112, 1), rgba(112, 112, 112, 1)) 0px 1px no-repeat;
}
.history.mention:not(.x-hover) + .history.message:not(.mention):not(.consecutive):not(.x-hover)
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(56, 56, 56, 1)), to(rgba(56, 56, 56, 1))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .15)), to(rgba(255, 255, 255, .15))) 0px 1px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(112, 112, 112, 1)), to(rgba(112, 112, 112, 1))) 0px 1px no-repeat;
+ linear-gradient(rgba(56, 56, 56, 1), rgba(56, 56, 56, 1)) 0px 0px no-repeat,
+ linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, .15)) 0px 1px no-repeat,
+ linear-gradient(rgba(112, 112, 112, 1), rgba(112, 112, 112, 1)) 0px 1px no-repeat;
}
#Chat .history.mention:not(.x-hover):first-child
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .2))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, .3)), to(rgba(96, 96, 96, .3))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 1)), to(rgba(80, 80, 80, 1))) 0px 0px no-repeat;
+ linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)) 0px 0px no-repeat,
+ linear-gradient(rgba(96, 96, 96, .3), rgba(96, 96, 96, .3)) 0px 0px no-repeat,
+ linear-gradient(rgba(80, 80, 80, 1), rgba(80, 80, 80, 1)) 0px 0px no-repeat;
}
.history.mention:not(.consecutive):not(.x-hover)
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 1)), to(rgba(80, 80, 80, 1))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .15)), to(rgba(255, 255, 255, .15))) 0px 1px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 1)), to(rgba(80, 80, 80, 1))) 0px 1px no-repeat;
+ linear-gradient(rgba(80, 80, 80, 1), rgba(80, 80, 80, 1)) 0px 0px no-repeat,
+ linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, .15)) 0px 1px no-repeat,
+ linear-gradient(rgba(80, 80, 80, 1), rgba(80, 80, 80, 1)) 0px 1px no-repeat;
}
.history.mention + .history.mention:not(.consecutive):not(.x-hover)
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(64, 64, 64, 1)), to(rgba(64, 64, 64, 1))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .1))) 0px 1px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 1)), to(rgba(80, 80, 80, 1))) 0px 1px no-repeat;
+ linear-gradient(rgba(64, 64, 64, 1), rgba(64, 64, 64, 1)) 0px 0px no-repeat,
+ linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1)) 0px 1px no-repeat,
+ linear-gradient(rgba(80, 80, 80, 1), rgba(80, 80, 80, 1)) 0px 1px no-repeat;
}
@@ -534,9 +533,9 @@
{
padding-top: 2px;
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, .0))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(64, 64, 64, 1)), to(rgba(64, 64, 64, 1))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 1)), to(rgba(96, 96, 96, 1))) 0px 0px no-repeat;
+ linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .0)) 0px 0px no-repeat,
+ linear-gradient(rgba(64, 64, 64, 1), rgba(64, 64, 64, 1)) 0px 0px no-repeat,
+ linear-gradient(rgba(96, 96, 96, 1), rgba(96, 96, 96, 1)) 0px 0px no-repeat;
text-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
box-shadow: 0px 2px 4px rgba(255, 255, 255, .15);
}
@@ -544,17 +543,17 @@
.history.message.x-hover + .history.message.x-hover:not(.consecutive)
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, .0))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 1)), to(rgba(80, 80, 80, 1))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(96, 96, 96, 1)), to(rgba(96, 96, 96, 1))) 0px 0px no-repeat;
+ linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .0)) 0px 0px no-repeat,
+ linear-gradient(rgba(80, 80, 80, 1), rgba(80, 80, 80, 1)) 0px 0px no-repeat,
+ linear-gradient(rgba(96, 96, 96, 1), rgba(96, 96, 96, 1)) 0px 0px no-repeat;
}
#Chat .history.autoreply:first-child,
#Chat .history.event:first-child
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .2))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(144, 144, 144, 1)), to(rgba(144, 144, 144, 1))) 0px 0px no-repeat;
+ linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)) 0px 0px no-repeat,
+ linear-gradient(rgba(144, 144, 144, 1), rgba(144, 144, 144, 1)) 0px 0px no-repeat;
background-size: 100% 1px, 100% 100%;
}
@@ -562,9 +561,9 @@
.history + .history.event:not(.consecutive)
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 1)), to(rgba(80, 80, 80, 1))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .2))) 0px 1px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(144, 144, 144, 1)), to(rgba(144, 144, 144, 1))) 0px 1px no-repeat;
+ linear-gradient(rgba(80, 80, 80, 1), rgba(80, 80, 80, 1)) 0px 0px no-repeat,
+ linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)) 0px 1px no-repeat,
+ linear-gradient(rgba(144, 144, 144, 1), rgba(144, 144, 144, 1)) 0px 1px no-repeat;
}
.history.autoreply + .history.autoreply:not(.consecutive):not(.x-hover),
@@ -573,18 +572,18 @@
.history.event + .history.event:not(.consecutive)
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(112, 112, 112, 1)), to(rgba(112, 112, 112, 1))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .2))) 0px 1px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(144, 144, 144, 1)), to(rgba(144, 144, 144, 1))) 0px 1px no-repeat;
+ linear-gradient(rgba(112, 112, 112, 1), rgba(112, 112, 112, 1)) 0px 0px no-repeat,
+ linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)) 0px 1px no-repeat,
+ linear-gradient(rgba(144, 144, 144, 1), rgba(144, 144, 144, 1)) 0px 1px no-repeat;
}
.history.mention:not(.x-hover) + .history.autoreply:not(.consecutive):not(.x-hover),
.history.mention:not(.x-hover) + .history.event:not(.consecutive)
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(56, 56, 56, 1)), to(rgba(56, 56, 56, 1))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .15)), to(rgba(255, 255, 255, .15))) 0px 1px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(144, 144, 144, 1)), to(rgba(144, 144, 144, 1))) 0px 1px no-repeat;
+ linear-gradient(rgba(56, 56, 56, 1), rgba(56, 56, 56, 1)) 0px 0px no-repeat,
+ linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, .15)) 0px 1px no-repeat,
+ linear-gradient(rgba(144, 144, 144, 1), rgba(144, 144, 144, 1)) 0px 1px no-repeat;
}
.history.message:not(.consecutive) .x-color
@@ -592,7 +591,7 @@
margin-top: -1px;
height: 13px;
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .4))) 0px 0px no-repeat;
+ linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .4)) 0px 0px no-repeat;
box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
}
@@ -671,9 +670,9 @@
padding-left: 5px;
padding-right: 5px;
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .2))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(144, 144, 144, 1)), to(rgba(72, 72, 72, 1))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(72, 72, 72, 1)), to(rgba(32, 32, 32, 1))) 0px 16px no-repeat !important;
+ linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)) 0px 0px no-repeat,
+ linear-gradient(rgba(144, 144, 144, 1), rgba(72, 72, 72, 1)) 0px 0px no-repeat,
+ linear-gradient(rgba(72, 72, 72, 1), rgba(32, 32, 32, 1)) 0px 16px no-repeat !important;
background-size: 100% 1px, 100% 16px, 100% 100% !important;
box-shadow: 0px 4px 16px rgba(0, 0, 0, .8) !important;
border-top-left-radius: 0px !important;
@@ -722,9 +721,9 @@
left: 8px !important;
top: 8px !important;
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .2))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(144, 144, 144, 1)), to(rgba(72, 72, 72, 1))) 0px 0px no-repeat,
- -webkit-gradient(linear, left top, left bottom, from(rgba(72, 72, 72, 1)), to(rgba(32, 32, 32, 1))) 0px 16px no-repeat !important;
+ linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)) 0px 0px no-repeat,
+ linear-gradient(rgba(144, 144, 144, 1), rgba(72, 72, 72, 1)) 0px 0px no-repeat,
+ linear-gradient(rgba(72, 72, 72, 1), rgba(32, 32, 32, 1)) 0px 16px no-repeat !important;
background-size: 100% 1px, 100% 16px, 100% 100% !important;
box-shadow: 0px 4px 16px rgba(0, 0, 0, .8) !important;
box-shadow: 0px -1px 1px rgba(255, 255, 255, .4), 0px 4px 16px rgba(0, 0, 0, .7), 8px -8px 8px rgba(112, 112, 112, 1), -8px -8px 8px rgba(112, 112, 112, 1), -8px 16px 16px rgba(112, 112, 112, 1), 8px 16px 16px rgba(114, 114, 114, 1) !important;
@@ -771,7 +770,7 @@
.x-toggle
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(224, 224, 224, 1)), color-stop( .4, rgba(208, 208, 208, 1)), color-stop( .6, rgba(160, 160, 160, 1)), to(rgba(128, 128, 128, 1))) 0px 0px no-repeat !important;
+ linear-gradient(rgba(224, 224, 224, 1), rgba(208, 208, 208, 1) 40%, rgba(160, 160, 160, 1) 60%, rgba(128, 128, 128, 1)) 0px 0px no-repeat !important;
box-shadow: 0px -1px 1px rgba(255, 255, 255, .6), 0px 4px 16px rgba(0, 0, 0, .5) !important;
color: rgba(64, 64, 64, 1) !important;
}
@@ -779,7 +778,7 @@
.x-toggle:active
{
background:
- -webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 1)), to(rgba(160, 160, 160, 1))) 0px 0px no-repeat !important;
+ linear-gradient(rgba(208, 208, 208, 1), rgba(160, 160, 160, 1)) 0px 0px no-repeat !important;
}
#x-wrap.IRC .x-color.x-incoming
@@ -792,7 +791,7 @@
height: 56px;
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;
- background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, .25)));
+ background-image: linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, .25));
-webkit-mask-box-image: url("../adiumy-mask.png");
}
More information about the commits
mailing list