Ignore:
Timestamp:
Jun 16, 2010, 3:32:02 PM (14 years ago)
Author:
plg
Message:

new colors for form fields according to Simple 2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple-white/theme.css

    r6442 r6540  
    5757  background: #ececea;
    5858}
     59
     60#quicksearch #q {
     61  background-color: #eee;
     62  border-color:#cdcdcd;
     63  color:#777;
     64}
     65
     66input[type="text"], input[type="password"], select, textarea, file {
     67  background:#eee;
     68  color: #777;
     69  border: 1px solid #cdcdcd;
     70  margin: 0;
     71}
     72
     73input[type="submit"], input[type="reset"] {
     74  background-color: #eee;
     75  border: 1px solid #cdcdcd;
     76  color: #777;
     77}
     78
     79input[type="submit"]:hover, input[type="reset"]:hover {
     80  background-color: #666;
     81  border: 1px solid #999;
     82  color: #F0F0F0;
     83}
Note: See TracChangeset for help on using the changeset viewer.