diff --git a/app/assets/stylesheets/less/_page.less b/app/assets/stylesheets/less/_page.less index 0a426d5a3..143f9c927 100644 --- a/app/assets/stylesheets/less/_page.less +++ b/app/assets/stylesheets/less/_page.less @@ -566,7 +566,7 @@ color: #2cb400; } } - + .d2-program:hover { background-color:#5f5f5f; text-decoration:none; @@ -2086,7 +2086,7 @@ label.inline-list { &.over { color:#f36c22; } } } - + .progress-wrap { overflow: hidden; color: #999; @@ -3008,7 +3008,7 @@ div.markdown-loader { min-height: 140px; padding: 15px 20px; text-align: left; - clear: both; + clear: both; } div.markdown-preview { @@ -3420,9 +3420,9 @@ label.issue-item-row { text-decoration: none; } - &.name { + &.name { color : #333; - + &:hover { color:#333; } @@ -3472,7 +3472,7 @@ label.issue-item-row { &.item-icon { background-color:#F7F7F7; color:#3592b5; - font-size: 9px; + font-size: 9px; padding-top:2px; line-height: 12px; border-left:1px solid #EEE; @@ -3480,7 +3480,7 @@ label.issue-item-row { &:first-child { border-left:none; } - + &.strong { color:@primary; } @@ -3619,7 +3619,7 @@ label.issue-item-row { min-height:30px; } - + .write-comment-box { padding:0; margin-top:20px; } } @@ -4132,7 +4132,10 @@ label.issue-item-row { } .listitem { border-bottom:1px solid #efefef; - .filename { font-size:10pt; white-space:nowrap; .text-overflow; } + .filename { + font-size:10pt; white-space:nowrap; .text-overflow; + a { cursor:pointer;} + } .commitMsg { font-size:10pt; color:#7e7e7e; .text-overflow; } .commitDate { font-size:8pt; color:#7e7e7e; white-space:nowrap; text-align:right; padding-right:5px; } } @@ -5579,7 +5582,7 @@ div.diff-body[data-outdated="true"] tr:hover .icon-comment { text-decoration:none; background-color:#fafafa; } - + &.open { .box-shadow(inset 5px 0px 0px @state-open); } @@ -5761,7 +5764,7 @@ div.diff-body[data-outdated="true"] tr:hover .icon-comment { margin-top: 15px; font-weight: normal; padding:0 15px; - + strong { color:#f36c22; } @@ -5868,7 +5871,7 @@ div.diff-body[data-outdated="true"] tr:hover .icon-comment { margin-top:10px; font-size: 13px; color:#999; - padding-left:20px; + padding-left:20px; &.np { padding-left:0 !important; @@ -5886,7 +5889,7 @@ div.diff-body[data-outdated="true"] tr:hover .icon-comment { } } - .user-link { + .user-link { color: #3592b5 !important; font-weight: bold; } diff --git a/app/views/code/partial_view_folder.scala.html b/app/views/code/partial_view_folder.scala.html index 7c0ae9d58..16f4f2da4 100644 --- a/app/views/code/partial_view_folder.scala.html +++ b/app/views/code/partial_view_folder.scala.html @@ -28,7 +28,7 @@ @defining(fieldText(file, "type")) { fileType =>