Changeset 2457 for SMC


Ignore:
Timestamp:
01/13/13 14:23:59 (11 years ago)
Author:
vronk
Message:

added classes for highlighting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SMC/trunk/SMC/src/web/scripts/style/cmd-dep-graph.css

    r2441 r2457  
    33 #infovis {height: 90%; width: 100%;}
    44 
    5  #index-container { overflow: auto;}
     5 #index-container, #detail-container { overflow: auto;}
    66 
    77.block {
     
    1616.selected {
    1717    font-weight: bold;
    18     background-color: red;   
     18    background: #f66;   
    1919}
    2020
     
    2828  fill: none;
    2929  stroke: #999;
    30   stroke-width: 1.5px;
     30}
     31
     32path.link.highlight {
     33    stroke: #f66;
     34    stroke-width: 1.5px;
     35}
     36
     37path.link.fade {
     38    stroke-opacity: 0.2;
     39}
     40
     41circle.highlight {
     42    stroke: #f66;
     43    stroke-width: 1.5px;
     44}
     45
     46circle.fade {
     47    opacity: 0.2;
    3148}
    3249
Note: See TracChangeset for help on using the changeset viewer.