source: products/quintagroup.referencedatagridfield/trunk/quintagroup/referencedatagridfield/skins/referencedatagridfield/referencedatagridwidget.css.dtml @ 2287

Last change on this file since 2287 was 2287, checked in by mylan, 14 years ago

Apply BlockColumn? for the Link column, add hidden-field stylesheet to the ReferenceDataGridFieldWidget?

  • Property svn:eol-style set to native
File size: 577 bytes
Line 
1/*
2  DataGridWidget CSS definitions
3  ------------------------------------------
4 
5  Copyright 2006 Red Innovation <http://www.redinnovation.com>
6 
7  <dtml-with base_properties> (Loads base_properties variables)
8
9  <dtml-call "REQUEST.set('portal_url', portal_url())"> (Do not change this)
10   
11*/
12
13
14input.hidden-field {
15        /* Radio buttons try to use Plone's default text input
16           field CSS properties, like borders and background shade image */
17        background: #eeeeff none repeat scroll 0 0;
18        color: black;
19}
20
21/*
22  </dtml-with>  (end of loaded base_properties variables)
23*/
Note: See TracBrowser for help on using the repository browser.