diff options
-rw-r--r-- | htdocs/style/base.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/htdocs/style/base.css b/htdocs/style/base.css index fd61b1c..915a5ef 100644 --- a/htdocs/style/base.css +++ b/htdocs/style/base.css @@ -114,6 +114,11 @@ h5,h6 { /* @group Inputs */ +div#frontforms input { + /* default for radio and checkbox. Others will be handled directly */ + background-color: #EAEBEE; +} + input#uri, input#file, input#uploaded_file, input#keywords, input#short_desc, textarea { font-family: Monaco, "Courier New", Monospace; font-size: 0.9em; |