about summary refs log tree commit diff stats
path: root/xombrero.css
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-09-18 18:17:14 -0400
committerJosh Rickmar <jrick@devio.us>2012-09-18 18:17:14 -0400
commit8421b1728ffe8da4b288d76d48d46d96fb4d0dfe (patch)
treec1eacb7cfb3e94dcd3ad7a15506a8a947c5f0eed /xombrero.css
parentfe71f63d6a3a945021f0e5745fbf9240d0ea39ee (diff)
downloadxombrero-8421b1728ffe8da4b288d76d48d46d96fb4d0dfe.tar.gz
Add regex support to whitelists
This modifies the whitelist and https forcing code to internally use
unix extended regular expressions to match domains.  The old config
syntax converted to an appropiate regular expression.  Inputing of raw
regular expressions is possible by prepending the string "re:" in
front of a regular expression, for example:

js_wl = re:^(.*\.)*cyphertite\.com$

would be the same as

js_wl = .cyphertite.com
Diffstat (limited to 'xombrero.css')
-rw-r--r--xombrero.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/xombrero.css b/xombrero.css
index c826134..88f8e75 100644
--- a/xombrero.css
+++ b/xombrero.css
@@ -37,7 +37,8 @@ GtkSpinner {
 	-GtkWidget-line-width: 0;
 }
 
-:insensitive {
+.button :insensitive,
+GtkMenu :insensitive {
 	background-color: rgba(0,0,0,0); /* transparent */
 }