Skip to content

Commit

Permalink
SAM-2477 active/inactive links display as insert cursor rather than h…
Browse files Browse the repository at this point in the history
…and cursor
  • Loading branch information
bjones86 committed Feb 4, 2015
1 parent 6d6033c commit 5cbc397
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reference/library/src/webapp/skin/neo-default/tool.css
Original file line number Diff line number Diff line change
Expand Up @@ -1261,6 +1261,10 @@ input[type="checkbox"][disabled="disabled"], input[type="checkbox"][disabled="tr
background: #ffffff url("/library/image/silk/font.png") no-repeat right;
}

#tabs .ui-widget-content>#assessment-status-limiter>span>a.active {
color:#000;
}

#helpSearchForm\\:searchField {
width: 100px;
padding-right: 6px;
Expand Down
6 changes: 6 additions & 0 deletions samigo/samigo-app/src/webapp/css/tool_sam.css
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,12 @@ tr.list-row-even td, tr.list-row-odd td {
text-decoration: none !important;
color: #000000;
}
#assessment-link-status-all, #assessment-link-status-active, #assessment-link-status-inactive {
cursor:pointer;
}
#assessment-link-status-all.active, #assessment-link-status-active.active, #assessment-link-status-inactive.active {
cursor:text;
}
#tabs, #tabs .ui-widget-content {
border-width: 0;
background: none;
Expand Down

0 comments on commit 5cbc397

Please sign in to comment.