summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/dist/vendors.css
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/debugger/dist/vendors.css')
-rw-r--r--devtools/client/debugger/dist/vendors.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/devtools/client/debugger/dist/vendors.css b/devtools/client/debugger/dist/vendors.css
new file mode 100644
index 0000000000..415c02afa6
--- /dev/null
+++ b/devtools/client/debugger/dist/vendors.css
@@ -0,0 +1,20 @@
+/* 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/. */
+
+.container {
+ background-color: lightgrey;
+ border: 1px solid darkgrey;
+ cursor: pointer;
+ padding: 0 3px;
+}
+
+.container[aria-selected=true] {
+ background-color: white;
+}
+.container {
+ display: flex;
+ list-style: none;
+ margin: 0;
+ padding: 0;
+}