summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLootyhoof <lootyhoofer@gmail.com>2018-06-25 22:23:30 +0100
committerLootyhoof <lootyhoofer@gmail.com>2018-06-25 22:23:30 +0100
commit92614608ba9c4d50f771fd901abb803c97515ca8 (patch)
tree5f34810c368005eb13bc3d9e36fbc0d62483f406
parenta6cc332163055247d6bf9c16e992e538e57588d7 (diff)
Fix findbar in PM28
-rw-r--r--src/chrome/global/findBar.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chrome/global/findBar.css b/src/chrome/global/findBar.css
index 6bfe333..0938384 100644
--- a/src/chrome/global/findBar.css
+++ b/src/chrome/global/findBar.css
@@ -11,6 +11,7 @@
11findbar { 11findbar {
12 padding: 4px 2px; 12 padding: 4px 2px;
13 box-shadow: 0 1px 1px rgba(0,0,0,.1) inset; 13 box-shadow: 0 1px 1px rgba(0,0,0,.1) inset;
14 background-color: rgb(43,43,43);
14 background-image: linear-gradient(rgba(0,0,0,.15) 1px, rgba(255,255,255,.15) 1px); 15 background-image: linear-gradient(rgba(0,0,0,.15) 1px, rgba(255,255,255,.15) 1px);
15 background-size: 100% 2px; 16 background-size: 100% 2px;
16 background-repeat: no-repeat; 17 background-repeat: no-repeat;