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

Unified Diff: chrome/browser/resources/options/search_page.css

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes 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
Index: chrome/browser/resources/options/search_page.css
diff --git a/chrome/browser/resources/options/search_page.css b/chrome/browser/resources/options/search_page.css
deleted file mode 100644
index 942dd98fdad67697128d9fdf4469c30774ae24fd..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options/search_page.css
+++ /dev/null
@@ -1,36 +0,0 @@
-.search-hidden {
- display: none !important;
-}
-
-.search-highlighted {
- background-color: rgba(255, 240, 120, 0.9);
-}
-
-.search-bubble {
- -webkit-box-shadow: 0 2px 2px #888;
- background-color: rgba(255, 240, 120, 0.8);
- border-radius: 6px;
- box-shadow: 0 2px 2px #888;
- left: 0;
- margin: 12px 0 0;
- padding: 4px 10px;
- pointer-events: none;
- position: absolute;
- text-align: center;
- top: -1000px; /* minor hack: position off-screen by default */
- width: 100px;
-}
-
-.search-bubble:after {
- border-color: rgba(255, 240, 120, 0.9) transparent;
- border-style: solid;
- border-width: 0 10px 10px;
- content: "";
- left: 50px;
- position: absolute;
- top: -10px;
-}
-
-.search-bubble-wrapper {
- position: relative;
-}

Powered by Google App Engine
This is Rietveld 408576698