Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/24/16 17:19:13 (9 years ago)
Author:
jlodewyc
Message:

#2582 Last fixes Job Manager

Location:
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/wwwroot/css
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/wwwroot/css/StyleSheet.css

    r13712 r13733  
    4646    color:white!important;
    4747}
     48
     49.label-as-badge {
     50    border-radius: 1em;
     51}
     52
     53.bar-off{
     54    fill : #c2c2d6;
     55}
     56.bar-off:hover{
     57    fill : #e0e0eb;
     58}
     59.bar-wait{
     60   
     61    fill : #f0a742;
     62}
     63.bar-wait:hover{
     64    fill : #f4bd71;
     65}
     66.bar-trans{
     67    fill : #80d4ff;
     68}
     69.bar-trans:hover{
     70    fill : #99ddff;
     71}
     72.bar-calc{
     73    fill : #2f6fa6;
     74}
     75.bar-calc:hover{
     76    fill : #3884c7;
     77}
     78.bar-paus{
     79    fill : #47476b;
     80}
     81.bar-paus:hover{
     82    fill : #5c5c8a;
     83}
     84.bar-fin{
     85    fill : #5cb85c;
     86}
     87.bar-fin:hover{
     88    fill : #71c171;
     89}
     90.bar-abo{
     91    fill : #c2302c;
     92}
     93.bar-abo:hover{
     94    fill : #d54944;
     95}
     96.bar-fail{
     97    fill : #c2302c;
     98}
     99.bar-fail:hover{
     100    fill : #d54944;
     101}
     102
     103rect.selection {
     104    stroke          : gray;
     105    stroke-dasharray: 4px;
     106    stroke-opacity  : 0.5;
     107    fill            : transparent;
     108}
     109
     110    /* disable text selection */
     111svg *::selection {
     112    background : transparent;
     113}
     114
     115svg *::-moz-selection {
     116    background:transparent;
     117}
     118
     119svg *::-webkit-selection {
     120    background:transparent;
     121}
Note: See TracChangeset for help on using the changeset viewer.