summaryrefslogtreecommitdiff
path: root/data/css
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2018-04-16 18:41:03 -0700
committerMartin Abente Lahaye <martin.abente.lahaye@gmail.com>2018-04-17 10:31:31 -0400
commite003345438ad53c6c13fe3d43f92a1f3f9ee2c5f (patch)
tree49ed660f0c98fb84d79e7336cb410c152694de54 /data/css
parent7c9eca9e06c2ecbb2e75426eff3921ed7c9f7fe2 (diff)
SearchBox: Remove
This was used nowhere except in eos-knowledge-lib. We are going to make many eos-knowledge-lib specific changes to it, so it's going to be forked into there. After nothing uses it, it doesn't make sense to keep it here given that we intend to slowly move away from using eos-sdk. https://phabricator.endlessm.com/T20353
Diffstat (limited to 'data/css')
-rw-r--r--data/css/endless-widgets.css45
1 files changed, 0 insertions, 45 deletions
diff --git a/data/css/endless-widgets.css b/data/css/endless-widgets.css
index e1c8c41..baad88a 100644
--- a/data/css/endless-widgets.css
+++ b/data/css/endless-widgets.css
@@ -141,51 +141,6 @@ EosWindow .titlebar .back.rtl {
border-radius: 0 5px 5px 0;
}
-EosWindow .titlebar .endless-search-box {
- background-color: #4d4d4d;
- color: #eeeeec;
- caret-color: #eeeeec;
- padding: 1px 2px 1px 4px;
- border-radius: 15px;
- border-style: solid;
- border-width: 1px;
- border-color: #575757;
- box-shadow: inset 0px 1px 1px alpha(black, 0.1);
- /* Can't get the actual gradient border to work, this appears as a square. */
- /*border-image: linear-gradient(to bottom, #262626, #515151) 1 1 stretch;*/
-}
-
-EosWindow .titlebar .endless-search-box image {
- margin: 0px 4px;
- color: #919191;
-}
-
-EosWindow .titlebar .endless-search-box selection {
- color: #2e3436;
- background-color: #eeeeec;
-}
-
-.endless-search-box frame {
- background-color: #f5f5f5;
- padding: 7px;
- border-radius: 4px;
- border-color: #c6c8c5;
- border-width: 1px;
- border-style: solid;
-}
-
-.endless-search-box .cell {
- color: #333333;
-}
-
-.endless-search-box .cell:selected {
- background-color: #d5e1ed;
- border-radius: 3px;
- border-color: #bbd4ea;
- border-width: 1px;
- border-style: solid;
-}
-
.credits-button {
opacity: 0.0;
transition: opacity 250ms;