Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1345)

Unified Diff: chrome/browser/resources/history/history.css

Issue 12218058: History: Use images instead of unicode characters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use link-buttons Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698