Changeset 490 for trunk/web-app/css
- Timestamp:
- Apr 18, 2010, 10:03:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/main.css
r453 r490 261 261 vertical-align: top; 262 262 } 263 tr.total { 264 background: #EDEDED; 265 } 266 tr.total td{ 267 color: #555; 268 font-size: 14px; 269 font-weight: bold; 270 } 263 271 td.idColumn { 264 272 width: 25px; … … 304 312 background: #fff; 305 313 cursor: pointer; 314 } 315 .clickableEven td.notClickable { 316 cursor: default; 317 } 318 .clickableOdd td.notClickable { 319 cursor: default; 306 320 } 307 321
Note: See TracChangeset
for help on using the changeset viewer.