diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-02 05:06:10 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-02 05:06:10 -0500 |
commit | 6d614170cbfa958564eb5f824234ad5a9e484344 (patch) | |
tree | 3e1eb384382f30987cb2e64bd654afa8b74fd06b /application/basilisk/base/content/contentSearchUI.css | |
parent | 2a6b605d64b19411a300efdbbd7f78c349f90206 (diff) | |
download | UXP-6d614170cbfa958564eb5f824234ad5a9e484344.tar UXP-6d614170cbfa958564eb5f824234ad5a9e484344.tar.gz UXP-6d614170cbfa958564eb5f824234ad5a9e484344.tar.lz UXP-6d614170cbfa958564eb5f824234ad5a9e484344.tar.xz UXP-6d614170cbfa958564eb5f824234ad5a9e484344.zip |
Revert "Add Basilisk"
This reverts commit e72ef92b5bdc43cd2584198e2e54e951b70299e8.
Diffstat (limited to 'application/basilisk/base/content/contentSearchUI.css')
-rw-r--r-- | application/basilisk/base/content/contentSearchUI.css | 161 |
1 files changed, 0 insertions, 161 deletions
diff --git a/application/basilisk/base/content/contentSearchUI.css b/application/basilisk/base/content/contentSearchUI.css deleted file mode 100644 index 3f4934494..000000000 --- a/application/basilisk/base/content/contentSearchUI.css +++ /dev/null @@ -1,161 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -.contentSearchSuggestionTable { - background-color: hsla(0,0%,100%,.99); - border: 1px solid hsla(0, 0%, 0%, .2); - border-top: none; - box-shadow: 0 5px 10px hsla(0, 0%, 0%, .1); - position: absolute; - left: 0; - z-index: 1001; - -moz-user-select: none; - cursor: default; -} - -.contentSearchSuggestionTable:dir(rtl) { - left: auto; - right: 0; -} - -.contentSearchSuggestionsList { - border-bottom: 1px solid hsl(0, 0%, 92%); - width: 100%; - height: 100%; -} - -.contentSearchSuggestionTable, -.contentSearchSuggestionsList { - border-spacing: 0; - overflow: hidden; - padding: 0; - margin: 0; - text-align: start; -} - -.contentSearchHeaderRow, -.contentSearchSuggestionRow { - margin: 0; - max-width: inherit; - padding: 0; -} - -.contentSearchHeaderRow > td > img, -.contentSearchSuggestionRow > td > .historyIcon { - margin-inline-end: 8px; - margin-bottom: -3px; -} - -.contentSearchSuggestionTable .historyIcon { - width: 16px; - height: 16px; - display: inline-block; - background-image: url("chrome://browser/skin/search-history-icon.svg#search-history-icon"); -} - -.contentSearchSuggestionRow.selected > td > .historyIcon { - background-image: url("chrome://browser/skin/search-history-icon.svg#search-history-icon-active"); -} - -.contentSearchHeader > img { - height: 16px; - width: 16px; - margin: 0; - padding: 0; -} - -.contentSearchSuggestionRow.remote > td > .historyIcon { - visibility: hidden; -} - -.contentSearchSuggestionRow.selected { - background-color: Highlight; - color: HighlightText; -} - -.contentSearchHeader, -.contentSearchSuggestionEntry { - margin: 0; - max-width: inherit; - overflow: hidden; - padding: 4px 10px; - text-overflow: ellipsis; - white-space: nowrap; - font-size: 75%; -} - -.contentSearchHeader { - background-color: hsl(0, 0%, 97%); - color: #666; - border-bottom: 1px solid hsl(0, 0%, 92%); -} - -.contentSearchSuggestionsContainer { - margin: 0; - padding: 0; - border-spacing: 0; - width: 100%; -} - -.contentSearchSearchWithHeaderSearchText { - white-space: pre; - font-weight: bold; -} - -.contentSearchOneOffItem { - -moz-appearance: none; - height: 32px; - margin: 0; - padding: 0; - border: none; - background: none; - background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAWCAYAAAABxvaqAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gofECQNNVW2/AAAABBJREFUGFdjOHPmzH8GehEA/KpKg9YTf4AAAAAASUVORK5CYII='); - background-repeat: no-repeat; - background-position: right center; -} - -.contentSearchOneOffItem:dir(rtl) { - background-position: left center; -} - -.contentSearchOneOffItem > img { - width: 16px; - height: 16px; - margin-bottom: -2px; -} - -.contentSearchOneOffItem:not(.last-row) { - border-bottom: 1px solid hsl(0, 0%, 92%); -} - -.contentSearchOneOffItem.end-of-row { - background-image: none; -} - -.contentSearchOneOffItem.selected { - background-color: Highlight; - background-image: none; -} - -.contentSearchOneOffsTable { - width: 100%; -} - -.contentSearchSettingsButton { - margin: 0; - padding: 0; - height: 32px; - border: none; - border-top: 1px solid hsla(0, 0%, 0%, .08); - text-align: center; - width: 100%; -} - -.contentSearchSettingsButton.selected { - background-color: hsl(0, 0%, 90%); -} - -.contentSearchSettingsButton:active { - background-color: hsl(0, 0%, 85%); -} |