diff options
-rw-r--r-- | html/options.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/options.html b/html/options.html index eda52b8..e029a6a 100644 --- a/html/options.html +++ b/html/options.html @@ -59,12 +59,12 @@ #show_pages:checked ~ #pages_lbl, #show_bags:checked ~ #bags_lbl, #show_scripts:checked ~ #scripts_lbl { - border-left: 2px solid green; - border-right: 2px solid green; + background: #4CAF50; + color: white; } body > div { - border-top: 2px solid green; + border-top: 6px solid #4CAF50; } .tab_head { |