Changeset 606


Ignore:
Timestamp:
Jun 22, 2010, 9:09:07 AM (14 years ago)
Author:
gav
Message:

Set select background since select borders cannot be styled in IE.
Add dialect example to data source comments.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/DataSource.groovy

    r504 r606  
    6666            /** MSSQL */
    6767            //For more info see the docs that you downloaded with the driver.
     68//             dialect = org.hibernate.dialect.SQLServerDialect // Useful with `grails schema-export`
    6869//             driverClassName = "com.microsoft.sqlserver.jdbc.SQLServerDriver"
    6970//             username = "gnumimsadmin"
  • trunk/web-app/css/main.css

    r569 r606  
    251251
    252252td.errors select {
     253    background: #ffEbEb; /*Set select background since select borders cannot be styled in IE*/
    253254    border: 1px solid red;
    254255}
Note: See TracChangeset for help on using the changeset viewer.