mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
commit.js: Interface for selecting lines to (un-)stage.
This commit is contained in:
@@ -61,7 +61,7 @@ table.diff {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.diff a.hunkbutton {
|
||||
.diff .hunkbutton {
|
||||
width: 40px;
|
||||
padding: 0 2px 0 2px;
|
||||
margin-bottom: 4px;
|
||||
@@ -81,6 +81,26 @@ table.diff {
|
||||
|
||||
-webkit-border-radius: 2px;
|
||||
}
|
||||
#selected {
|
||||
background-color: #B5D5FE !important;
|
||||
}
|
||||
#selected div {
|
||||
background-color: #B5D5FE;
|
||||
}
|
||||
|
||||
#selected #stagelines {
|
||||
padding-left: 2px;
|
||||
width: auto;
|
||||
padding-right: 2px;
|
||||
margin-right: 2px;
|
||||
margin-top: 1px;
|
||||
clear: right;
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#multiselect {
|
||||
margin-left: 50px;
|
||||
|
||||
Reference in New Issue
Block a user