mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-10-29 17:46:27 +01:00
@@ -458,10 +458,9 @@ ul#commit-file-list li.border {
|
||||
li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 {
|
||||
list-style-type: decimal;
|
||||
background: white;
|
||||
}
|
||||
|
||||
li.L1, li.L3, li.L5, li.L7, li.L9 {
|
||||
background: #f5f5f5;
|
||||
border-left: 1px solid #E5E5E5;
|
||||
padding-left: 10px;
|
||||
color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
pre.blob {
|
||||
|
||||
@@ -35,12 +35,22 @@ table.diff {
|
||||
table.diff tbody {
|
||||
font-family:Courier, monospace
|
||||
}
|
||||
table.diff tbody tr:hover {
|
||||
background-color:#F8EEC7;
|
||||
}
|
||||
|
||||
table.diff tbody tr:hover th {
|
||||
background-color:#F6E8B5;
|
||||
}
|
||||
table.diff tbody tr:hover td {
|
||||
background-color:#F6E8B5;
|
||||
}
|
||||
table.diff tbody th {
|
||||
font-family:verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif;
|
||||
background:#EED;
|
||||
background-color:#FBFBFB;
|
||||
font-size:11px;
|
||||
font-weight:normal;
|
||||
border:1px solid #BBC;
|
||||
border-top:none; /* for overriding bootstrap */
|
||||
color:#886;
|
||||
padding:.3em .5em .1em 2em;
|
||||
text-align:right;
|
||||
@@ -58,6 +68,7 @@ table.diff tbody td {
|
||||
padding:0px .4em;
|
||||
padding-top:.4em;
|
||||
vertical-align:top;
|
||||
border-top: none;
|
||||
}
|
||||
table.diff .empty {
|
||||
background-color:#DDD;
|
||||
@@ -69,9 +80,10 @@ table.diff .delete {
|
||||
background-color:#FFDDDD;
|
||||
}
|
||||
table.diff .skip {
|
||||
background-color:#EFEFEF;
|
||||
border:1px solid #AAA;
|
||||
border-right:1px solid #BBC;
|
||||
background-color: #F8F8FF;
|
||||
}
|
||||
table.diff .skip:before {
|
||||
content: " ...";
|
||||
}
|
||||
table.diff .insert {
|
||||
background-color:#DDFFDD
|
||||
|
||||
Reference in New Issue
Block a user