Index: chrome/browser/resources/history/history.css |
diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css |
index b2ce3e85f8df8e9db17d79e8e36b97f6df9e0740..f35598b1149f701993edf7a943594f500d38adbf 100644 |
--- a/chrome/browser/resources/history/history.css |
+++ b/chrome/browser/resources/history/history.css |
@@ -236,6 +236,10 @@ html[dir='rtl'] .entry .title { |
} |
</if> |
+#range-previous img { |
+ -webkit-transform: rotate(180deg); |
+} |
+ |
.entry-box { |
background-color: none; |
} |
@@ -265,8 +269,15 @@ html[dir='rtl'] .entry .title { |
background-size: 16px; |
} |
+.site-domain a { |
+ color: black; |
Patrick Dubroy
2013/02/08 18:42:26
Shouldn't this be rgb(48, 57, 66), like the other
Sergiu
2013/02/11 19:19:34
Done.
|
+ text-decoration: none; |
Patrick Dubroy
2013/02/08 18:42:26
I think it should be decorated like a regular link
Sergiu
2013/02/11 19:19:34
This should have been removed when using link-butt
|
+} |
+ |
.site-domain-arrow { |
-webkit-transition: -webkit-transform 300ms linear; |
+ background: url('../triangle_small_right.png') no-repeat; |
+ background-position: 5px 5px; |
color: #8F8F8F; |
height: 21px; |
margin-right: 2px; |