diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-09 15:05:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-09 15:05:46 +0300 |
commit | 570c180eb44a832ff3fa2f7e262246a8ab543ff1 (patch) | |
tree | 143c0cf02d52f2e252c16681e92ac6cbe1e7710d /data/graphics | |
parent | f5e41e9dc8560923b4e9b8ef89f518aaf651dfa8 (diff) | |
download | plus-570c180eb44a832ff3fa2f7e262246a8ab543ff1.tar.gz plus-570c180eb44a832ff3fa2f7e262246a8ab543ff1.tar.bz2 plus-570c180eb44a832ff3fa2f7e262246a8ab543ff1.tar.xz plus-570c180eb44a832ff3fa2f7e262246a8ab543ff1.zip |
Add browserbox links theme options.
New theme options:
highlightBackground - highlight link with background filling.
highlightUnderline - highlight link with underline.
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/browserbox.xml | 2 | ||||
-rw-r--r-- | data/graphics/gui/onlinebrowserbox.xml | 2 | ||||
-rw-r--r-- | data/graphics/gui/popupbrowserbox.xml | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/data/graphics/gui/browserbox.xml b/data/graphics/gui/browserbox.xml index 621be46f3..63ae11a21 100644 --- a/data/graphics/gui/browserbox.xml +++ b/data/graphics/gui/browserbox.xml @@ -4,5 +4,7 @@ <option name="padding" value="1" /> <option name="newLinePadding" value="15" /> <option name="itemPadding" value="0" /> + <option name="highlightBackground" value="1" /> + <option name="highlightUnderline" value="1" /> </widget> </skinset> diff --git a/data/graphics/gui/onlinebrowserbox.xml b/data/graphics/gui/onlinebrowserbox.xml index 621be46f3..b553dec54 100644 --- a/data/graphics/gui/onlinebrowserbox.xml +++ b/data/graphics/gui/onlinebrowserbox.xml @@ -4,5 +4,7 @@ <option name="padding" value="1" /> <option name="newLinePadding" value="15" /> <option name="itemPadding" value="0" /> + <option name="highlightBackground" value="1" /> + <option name="highlightUnderline" value="0" /> </widget> </skinset> diff --git a/data/graphics/gui/popupbrowserbox.xml b/data/graphics/gui/popupbrowserbox.xml index 0e61ff0e9..ebd404ff9 100644 --- a/data/graphics/gui/popupbrowserbox.xml +++ b/data/graphics/gui/popupbrowserbox.xml @@ -4,5 +4,7 @@ <option name="padding" value="1" /> <option name="newLinePadding" value="15" /> <option name="itemPadding" value="1" /> + <option name="highlightBackground" value="1" /> + <option name="highlightUnderline" value="0" /> </widget> </skinset> |