summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/trace-viewer/src/ui/info_bar.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/trace-viewer/src/ui/info_bar.css')
-rw-r--r--chromium/third_party/trace-viewer/src/ui/info_bar.css33
1 files changed, 0 insertions, 33 deletions
diff --git a/chromium/third_party/trace-viewer/src/ui/info_bar.css b/chromium/third_party/trace-viewer/src/ui/info_bar.css
deleted file mode 100644
index 4f06e0692eb..00000000000
--- a/chromium/third_party/trace-viewer/src/ui/info_bar.css
+++ /dev/null
@@ -1,33 +0,0 @@
-/* Copyright (c) 2013 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-x-info-bar {
- -webkit-align-items: center;
- -webkit-flex: 0 0 auto;
- background-color: rgb(252, 235, 162);
- border-bottom: 1px solid #A3A3A3;
- border-left: 1px solid white;
- border-right: 1px solid #A3A3A3;
- border-top: 1px solid white;
- display: -webkit-flex;
- height: 26px;
- padding: 0 3px 0 3px;
-}
-
-.info-bar-hidden {
- display: none;
-}
-
-x-info-bar > .message {
- -webkit-flex: 1 1 auto;
-}
-
-x-info-bar > .buttons {
-}
-
-x-info-bar-group {
- -webkit-flex: 0 0 auto;
- -webkit-flex-direction: column;
- display: -webkit-flex;
-}