[Tickets #5424] nicer input form style for silver theme
bugs at bugs.horde.org
bugs at bugs.horde.org
Sat Jun 2 17:29:14 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5424
-----------------------------------------------------------------------
Ticket | 5424
Created By | adrieder at sbox.tugraz.at
Summary | nicer input form style for silver theme
Queue | Horde Base
Version | HEAD
Type | Enhancement
State | New
Priority | 2. Medium
Owners |
-----------------------------------------------------------------------
adrieder at sbox.tugraz.at (2007-06-02 10:29) wrote:
Here is a patch for a nicer input form style for the silver theme:
--- horde/themes/silver/screen.css.ori Sat Jun 2 18:23:21 2007
+++ horde/themes/silver/screen.css Sat Jun 2 19:22:24 2007
@@ -84,6 +84,17 @@
background: #fff;
}
+/* Form styles. */
+input, select, textarea {
+ color: #000;
+ background: #efffff;
+ border: 1px solid #888;
+}
+input:focus, textarea:focus {
+ background: #fff;
+ border: 1px solid #aaa;
+}
+
/* Various popup and status layers. */
.notice {
color: #333;
More information about the bugs
mailing list