12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- /****************************************************************
- ** IBM Confidential
- **
- ** OCO Source Materials
- **
- ** BI and PM: tm1web
- **
- ** (C) Copyright IBM Corp. 2007, 2009, 2011
- **
- ** The source code for this program is not published or otherwise
- ** divested of its trade secrets, irrespective of what has been
- ** deposited with the U.S. Copyright Office.
- *****************************************************************/
- .cell_selected
- {
- border-collapse: separate;
- border: inset 2px black;
- }
- .cell_selected_within_block_rc
- {
- background-color: #3068C0;
- color: White;
- }
- .sheetGrid .cell_hold
- {
- background-image:url(../../images/cell_hold.gif) !important;
- background-repeat: no-repeat !important;
- background-position: left bottom !important;
- }
- .sheetGrid .cell_readonly
- {
-
- }
- .sheetGrid .cell_changed
- {
- color: #329664 !important;
- }
- .sheetGrid .sandbox_changed
- {
- color: #0000C0 !important;
- }
|