Opened 11 years ago
Closed 11 years ago
#10363 closed defect (fixed)
CSS parse failure in Grid theme files
Reported by: | Adam Peller | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Grid | Version: | 1.4.0b |
Keywords: | Cc: | nonken | |
Blocked By: | Blocking: |
Description
Two colors are given in {tundra/soria/etc.}Grid.css, #D8E8F9 and #ddd
.tundra .dojoxGridRowbarSelected { background: #D8E8F9 url(../../../dijit/themes/architect/images/tabDisabled.png) #ddd no-repeat center; border-right: 1px solid #ccc; }
Note: See
TracTickets for help on using
tickets.
(In [20849]) Fixes #10363 - fix css parsing errors