summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/shared/css/tree.css
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/shared/css/tree.css')
-rw-r--r--chrome/browser/resources/shared/css/tree.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/resources/shared/css/tree.css b/chrome/browser/resources/shared/css/tree.css
index 5ea5f86..0b66262 100644
--- a/chrome/browser/resources/shared/css/tree.css
+++ b/chrome/browser/resources/shared/css/tree.css
@@ -69,8 +69,8 @@ html[dir=rtl] .expand-icon {
*/
.tree-row[selected] {
- background-image: -webkit-gradient(linear, left top, left bottom,
- from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0)));
+ background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8),
+ rgba(255,255,255,0));
}
.tree-row[selected] {
@@ -150,4 +150,3 @@ html[dir=rtl] .tree-item[editing] input {
margin: -2px -3px -2px -8px;
padding: 1px 1px 1px 7px;
}
-