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

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

Issue 7040017: Print Preview: Fixing the behavior of increment/decrement buttons, destinations drop-down list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing drop down list on hover Created 9 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview.css
diff --git a/chrome/browser/resources/print_preview.css b/chrome/browser/resources/print_preview.css
index f6dd58cc9cc4eee07c1d256b8c67e841c3c1f433..b262428d5d821466f55937794759149ba6e2ad4b 100644
--- a/chrome/browser/resources/print_preview.css
+++ b/chrome/browser/resources/print_preview.css
@@ -526,7 +526,7 @@ select.disabled {
select:not(:disabled):not(.disabled):hover {
-webkit-box-shadow: inset 0 1px 2px white,
0 2px 4px rgba(0, 0, 0, .2);
- background-image: url(_images/combo-box-triangle.png),
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAHCAYAAADqF3ZBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEtJREFUeNpi/P//PwO1AAuIYGRkJGgi0FJGQmqYoAobCRjUSJTTQN6E4gYQFx2DxJHU4MXoAg3kGoTNMLiBpBqEyzAGcgwCYYAAAwBwTuKv+cnjcAAAAABJRU5ErkJggg==),
Lei Zhang 2011/05/19 23:12:54 I see this is the same on line 501. Is that triang
dpapad 2011/05/19 23:17:44 I had this in mind, I will give it try.
dpapad 2011/05/20 01:58:10 Done.
-webkit-linear-gradient(#fff, #e6e6e6);
text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698