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

Unified Diff: Tools/GardeningServer/styles/main.css

Issue 201853004: Make Garden-o-matic at least readable on mobile devices (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix combinators Created 6 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
« no previous file with comments | « Tools/GardeningServer/styles/failures.css ('k') | Tools/GardeningServer/styles/notifications.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/styles/main.css
diff --git a/Tools/GardeningServer/styles/main.css b/Tools/GardeningServer/styles/main.css
index 2e9a83f1d131249046923be524834a390308d0d0..ce0a8482f38d4bb94ee74ca5d7afeac9348dbf95 100644
--- a/Tools/GardeningServer/styles/main.css
+++ b/Tools/GardeningServer/styles/main.css
@@ -83,6 +83,7 @@ button[disabled] {
visibility: hidden;
}
+/* FIXME: This hover effect can't work on mobile. */
button:hover {
background-image: linear-gradient(#f8f8f8, #f1f1f1);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
@@ -104,6 +105,7 @@ button.default {
background-image: linear-gradient(#4d90fe, #4787ed);
}
+/* FIXME: This hover effect can't work on mobile. */
button.default:hover {
border: 1px solid #2f5bb7;
color: white;
« no previous file with comments | « Tools/GardeningServer/styles/failures.css ('k') | Tools/GardeningServer/styles/notifications.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698