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

Unified Diff: remoting/webapp/window_frame.css

Issue 418543002: Show the window controls for 3s on entering full-screen mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad rebase. Created 6 years, 5 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 | remoting/webapp/window_frame.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/window_frame.css
diff --git a/remoting/webapp/window_frame.css b/remoting/webapp/window_frame.css
index 6fc386412e66826d7eb65f5cca86689bc8b91f96..6088deea5152790237679fdb2b0701095587a46c 100644
--- a/remoting/webapp/window_frame.css
+++ b/remoting/webapp/window_frame.css
@@ -170,8 +170,9 @@ body.fullscreen .window-controls-hover-target {
}
body.fullscreen .window-controls-hover-target:hover,
+body.fullscreen .window-controls-hover-target.menu-opened,
body.fullscreen .window-controls-hover-target.opened,
-body.fullscreen .window-controls-hover-target.menu-opened {
+body.fullscreen .window-controls-hover-target.preview {
top: -4px;
opacity: 1.0;
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
« no previous file with comments | « no previous file | remoting/webapp/window_frame.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698