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

Unified Diff: remoting/webapp/main.html

Issue 10832402: Don't apply opacity to focus borders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « remoting/webapp/host_table_entry.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/main.html
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
index c4afdadd9d18b80e6625a1711338f6198184edec..89f641d7fa2c603e5af7a81c9bce003fe2a4e434 100644
--- a/remoting/webapp/main.html
+++ b/remoting/webapp/main.html
@@ -171,10 +171,13 @@ found in the LICENSE file.
src="icon_host.png"
class="host-list-main-icon">
<div id="this-host-name" class="box-spacer"></div>
- <img id="this-host-rename"
- class="host-list-edit host-list-rename-icon"
- src="icon_pencil.png"
- tabIndex="0">
+ <span id="this-host-rename"
+ class="host-list-edit"
+ tabIndex="0">
+ <img id="this-host-rename"
+ class="host-list-rename-icon"
+ src="icon_pencil.png">
+ </span>
<button type="button"
id="stop-daemon"
i18n-content="HOME_DAEMON_STOP_BUTTON">
« no previous file with comments | « remoting/webapp/host_table_entry.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698