Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/differential/changeset-view.css
| Show First 20 Lines • Show All 313 Lines • ▼ Show 20 Lines | .differential-changeset .differential-file-icon-header { | ||||
| font-size: {$biggestfontsize}; | font-size: {$biggestfontsize}; | ||||
| padding: 18px 0 20px 12px; | padding: 18px 0 20px 12px; | ||||
| margin-top: 4px; | margin-top: 4px; | ||||
| line-height: 20px; | line-height: 20px; | ||||
| color: {$blacktext}; | color: {$blacktext}; | ||||
| cursor: pointer; | cursor: pointer; | ||||
| } | } | ||||
| .differential-changeset .differential-file-icon-header | |||||
| .differential-changeset-path-name { | |||||
| cursor: auto; | |||||
| } | |||||
| .device-phone .differential-changeset .differential-file-icon-header { | .device-phone .differential-changeset .differential-file-icon-header { | ||||
| word-break: break-word; | word-break: break-word; | ||||
| margin-right: 8px; | margin-right: 8px; | ||||
| } | } | ||||
| .differential-reticle { | .differential-reticle { | ||||
| background-color: {$sh-yellowbackground}; | background-color: {$sh-yellowbackground}; | ||||
| border: 1px solid {$sh-yellowborder}; | border: 1px solid {$sh-yellowborder}; | ||||
| ▲ Show 20 Lines • Show All 155 Lines • Show Last 20 Lines | |||||