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

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

Issue 10409093: [FileBrowser] Fixed tab navigation for detail-thumbnail-settings buttons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed merge issue. Created 8 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/file_manager/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/css/file_manager.css
diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css
index 3f58fd3b6ce8b8c43b734058f438957ba2aaa363..4178a56af49699ec41256d402a5ccfcb845e89a8 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -446,19 +446,12 @@ div.root-eject:hover {
padding-left: 22px;
}
-/* button:hover and button[disabled]:hover rules must be override by placing
- * the following four rules after them.
- */
-div.detail-view {
- background-image: url('../images/icon_list_view.png');
-}
-
-div.thumbnail-view {
- background-image: url('../images/icon_thumb_view.png');
- margin-left: -1px;
+/* When detail-view is not disabled (thus thumbnail view is disabled), push
+ it up a little, to make it's right glowing border visible while focused.*/
+button#detail-view:not([disabled]) {
+ z-index: 2;
}
-
button.settings {
display: none;
/* Temporary solution not to uglify settings button */
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698