diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2014-08-16 17:19:39 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-17 12:03:22 -0600 |
commit | 5b9537222e2af2a8230c3805f89007c8f20e0a6d (patch) | |
tree | 4d9ba743ff05a19d8985bae470092de3ef8e4373 /theme/dive_export.html | |
parent | 1494ea97273273ad6e5a70ab29d382d221b16988 (diff) | |
download | subsurface-5b9537222e2af2a8230c3805f89007c8f20e0a6d.tar.gz |
HTML: Make theme colors consistent.
Buttons and fields colors must be consistent in different themes.
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'theme/dive_export.html')
-rw-r--r-- | theme/dive_export.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/dive_export.html b/theme/dive_export.html index fd98ba442..697c16ca3 100644 --- a/theme/dive_export.html +++ b/theme/dive_export.html @@ -134,6 +134,7 @@ window.onload=function(){ //translate Page translate_page(); + getDefaultColor(); } function changeAdvSearch(e){ |