diff options
Diffstat (limited to 'conkeror/theme/content-buffer-input.css')
-rw-r--r-- | conkeror/theme/content-buffer-input.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conkeror/theme/content-buffer-input.css b/conkeror/theme/content-buffer-input.css new file mode 100644 index 0000000..82acb9e --- /dev/null +++ b/conkeror/theme/content-buffer-input.css @@ -0,0 +1,13 @@ +/** + * (C) Copyright 2007-2008 Jeremy Maitin-Shepard + * + * Use, modification, and distribution are subject to the terms specified in the + * COPYING file. +**/ + +@namespace url("http://www.w3.org/1999/xhtml"); + +.__conkeror_textbox_edited_externally { + background-color: #bbbbbb; + -moz-appearance: none; +} |