From 1958a77f82b44fcb863424cfa488257f18be3820 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sat, 29 Nov 2014 10:19:03 +0000 Subject: Options; restyle exclusion rules. --- pages/options.html | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/pages/options.html b/pages/options.html index 88e4845b..ab99c226 100644 --- a/pages/options.html +++ b/pages/options.html @@ -170,13 +170,23 @@ overflow: scroll; overflow-x: hidden; overflow-y: auto; - min-height: 135px; - height: 135px; - border: 1px solid #bfbfbf; + max-height: 135px; border-radius: 2px; color: #444; width: 100% } + #exclusionScrollBox::-webkit-scrollbar { + width: 12px; + } + #exclusionScrollBox::-webkit-scrollbar-track { + -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); + border-radius: 2px; + } + + #exclusionScrollBox::-webkit-scrollbar-thumb { + border-radius: 2px; + -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); + } #exclusionRules { width: 100%; } @@ -186,6 +196,14 @@ .exclusionRemoveButton { width: 1px; /* 1px; smaller than the button itself. */ } + .exclusionRemoveButtonButton { + border: none; + background-color: #fff; + color: #979ca0; + } + .exclusionRemoveButtonButton:hover { + color: #444; + } input.pattern, input.passKeys, .exclusionHeaderText { width: 100%; font-family: Consolas, "Liberation Mono", Courier, monospace; @@ -259,7 +277,8 @@