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

Unified Diff: remoting/webapp/toolbar.css

Issue 9884001: Added screen options menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use Document.prototype instead of document to declare the webkitIsFullScreen property. Created 8 years, 9 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
« remoting/webapp/menu_button.js ('K') | « remoting/webapp/remoting.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/toolbar.css
diff --git a/remoting/webapp/toolbar.css b/remoting/webapp/toolbar.css
index 1e2fc848833ffbd1d4b614e4da5a41ad799fb4bb..056bfcdbc4942e803a9baccd7dcf43f262cd3c86 100644
--- a/remoting/webapp/toolbar.css
+++ b/remoting/webapp/toolbar.css
@@ -49,6 +49,7 @@
background-color: #e9e9e9;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
pointer-events: all;
+ display: -webkit-box;
}
/* Ensure that the 'connected to' string doesn't make the tool-bar overflow */
« remoting/webapp/menu_button.js ('K') | « remoting/webapp/remoting.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698