This commit has been accessed 604 times via Git panel.
commit 8b47e730572a1a9b2b9e592aa042510274d0deb0
tree 20578385a749116790cfcd5d991df4a28334977a
parent a028a35c8f602285db8c5101a1ff5ab1a2466f91
author Engels Antonio <engels@majcms.org> 1280921290 +0800
committer Engels Antonio <engels@majcms.org> 1280921290 +0800
Fix search border color
diff --git a/css.php b/css.php
index 9ec5b1a..94ce978 100644
--- a/css.php
+++ b/css.php
@@ -541,6 +541,11 @@ a.status:link,a.status:visited,a.status:active,a.status:hover {
echo "\n\tfont-family: $maj_font_input,arial,helvetica,sans-serif;";
}
+ if (file_exists("data/colors/border.txt")) {
+ $maj_input_color = file_get_contents("data/colors/border.txt");
+ echo "\n\tborder-color: $maj_input_color;";
+ }
+
?>
}
diff --git a/rel.txt b/rel.txt
index 73ebc48..57c8177 100644
--- a/rel.txt
+++ b/rel.txt
@@ -1 +1 @@
-201008041854
+201008041915
tree 20578385a749116790cfcd5d991df4a28334977a
parent a028a35c8f602285db8c5101a1ff5ab1a2466f91
author Engels Antonio <engels@majcms.org> 1280921290 +0800
committer Engels Antonio <engels@majcms.org> 1280921290 +0800
Fix search border color
diff --git a/css.php b/css.php
index 9ec5b1a..94ce978 100644
--- a/css.php
+++ b/css.php
@@ -541,6 +541,11 @@ a.status:link,a.status:visited,a.status:active,a.status:hover {
echo "\n\tfont-family: $maj_font_input,arial,helvetica,sans-serif;";
}
+ if (file_exists("data/colors/border.txt")) {
+ $maj_input_color = file_get_contents("data/colors/border.txt");
+ echo "\n\tborder-color: $maj_input_color;";
+ }
+
?>
}
diff --git a/rel.txt b/rel.txt
index 73ebc48..57c8177 100644
--- a/rel.txt
+++ b/rel.txt
@@ -1 +1 @@
-201008041854
+201008041915