6.0.0-beta1
8/9/25

[#5424] nicer input form style for silver theme
Summary nicer input form style for silver theme
Queue Horde Base
Queue Version HEAD
Type Enhancement
State Resolved
Priority 2. Medium
Owners chuck (at) horde (dot) org
Requester adrieder (at) sbox (dot) tugraz (dot) at
Created 06/02/2007 (6643 days ago)
Due
Updated 06/04/2007 (6641 days ago)
Assigned
Resolved 06/04/2007 (6641 days ago)
Milestone
Patch No

History
06/04/2007 01:41:35 AM Chuck Hagenbuch Assigned to Chuck Hagenbuch
 
06/04/2007 01:41:26 AM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
The blue-green didn't quite fit the theme imo; I committed something 
similar, though. Thanks!
06/02/2007 05:29:13 PM adrieder (at) sbox (dot) tugraz (dot) at Comment #1
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ nicer input form style for silver theme
Queue ⇒ Horde Base
State ⇒ New
Reply to this comment
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;


Saved Queries