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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/webapp/host_table_entry.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <html> 8 <html>
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 i18n-content="HOME_DAEMON_START_BUTTON"> 164 i18n-content="HOME_DAEMON_START_BUTTON">
165 </button> 165 </button>
166 </div> <!-- disabled --> 166 </div> <!-- disabled -->
167 <div id="this-host-connect" 167 <div id="this-host-connect"
168 class="section-row clickable no-non-local-hosts" 168 class="section-row clickable no-non-local-hosts"
169 data-daemon-state="enabled"> 169 data-daemon-state="enabled">
170 <img id="this-host-icon" 170 <img id="this-host-icon"
171 src="icon_host.png" 171 src="icon_host.png"
172 class="host-list-main-icon"> 172 class="host-list-main-icon">
173 <div id="this-host-name" class="box-spacer"></div> 173 <div id="this-host-name" class="box-spacer"></div>
174 <img id="this-host-rename" 174 <span id="this-host-rename"
175 class="host-list-edit host-list-rename-icon" 175 class="host-list-edit"
176 src="icon_pencil.png" 176 tabIndex="0">
177 tabIndex="0"> 177 <img id="this-host-rename"
178 class="host-list-rename-icon"
179 src="icon_pencil.png">
180 </span>
178 <button type="button" 181 <button type="button"
179 id="stop-daemon" 182 id="stop-daemon"
180 i18n-content="HOME_DAEMON_STOP_BUTTON"> 183 i18n-content="HOME_DAEMON_STOP_BUTTON">
181 </button> 184 </button>
182 </div> <!-- enabled --> 185 </div> <!-- enabled -->
183 <div data-daemon-state="enabled"> 186 <div data-daemon-state="enabled">
184 <span i18n-content="HOME_DAEMON_ACTIVE_MESSAGE"></span> 187 <span i18n-content="HOME_DAEMON_ACTIVE_MESSAGE"></span>
185 <a id="change-daemon-pin" 188 <a id="change-daemon-pin"
186 href="#" 189 href="#"
187 i18n-content="HOME_DAEMON_CHANGE_PIN_LINK"></a> 190 i18n-content="HOME_DAEMON_CHANGE_PIN_LINK"></a>
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 <div class="arrow-down"></div> 628 <div class="arrow-down"></div>
626 </div> 629 </div>
627 </div> <!-- session-toolbar --> 630 </div> <!-- session-toolbar -->
628 </div> <!-- session-mode --> 631 </div> <!-- session-mode -->
629 632
630 <div id="statistics" dir="ltr" class="selectable" hidden> 633 <div id="statistics" dir="ltr" class="selectable" hidden>
631 </div> <!-- statistics --> 634 </div> <!-- statistics -->
632 635
633 </body> 636 </body>
634 </html> 637 </html>
OLDNEW
« 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