]>
git.rmz.io Git - dotfiles.git/blob - dwb/userstyles/reviewboard.chakra-project.org.css
1 /* I don't like round corner */
4 border-radius: 0 !important
;
7 /* bigger base font size */
10 font-size: 13px !important
;
13 /* fix navbar after base font size change */
16 margin-top: 3px !important
;
19 /* make form field more compact */
21 .review-request #details
.details-column td
,
22 .review-request #details .details-column th {
23 height: 1.5em !important
;
26 /* make code better look */
29 font-family: monospace
!important
;
32 #diffs .diff-highlight-border
{
33 display: none
!important
;
37 font-size: 13px !important
;
40 .sidebyside thead th {
41 font-size: 100% !important
;
44 .sidebyside thead th.rev {
48 .sidebyside tbody tr td {
53 .sidebyside tbody tr th {
54 vertical-align: middle
!important
;
55 padding-left: 0.5em !important
;
56 padding-right: 0.5em !important
;
59 .sidebyside tbody.delete tr td {
60 background-color: #FFDDDD !important
;
63 .sidebyside tbody.insert tr td {
64 background-color: #DDFFDD !important
;
67 .sidebyside tbody
.insert tr
.selected
*,
68 .sidebyside tbody
.replace tr
.selected
*,
69 .sidebyside tbody.delete tr.selected * {
70 background: none repeat scroll
0 0 #F8EEC7 !important
;
73 .sidebyside tbody.diff-header td {
74 background-color: #FCEDDB !important
;
75 font-size: medium
!important
;
76 vertical-align: middle
!important
;
81 .sidebyside tbody.diff-header td a {
82 display: inline-block
!important
;
83 margin-top: 2px !important
;
89 color: #999988 !important
;
93 color: #0064C1 !important
;
97 color: #8B0085 !important
;
101 color: #FF4400 !important
;