Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3fa38072
authored
2012-07-26 17:08:52 -0400
by
mpenner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Change colors of accepted and rejected diff sides in the UserMerger tool. refs #1524
1 parent
baddfea0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
com/Branding/css/tenzing.css
com/Branding/css/tenzing.css
View file @
3fa3807
...
...
@@ -793,8 +793,8 @@ a.remove-option-group, a.remove-option {
#sortable
li
span
{
display
:
block
;
background
:
#f7f7f7
;
padding
:
5px
;
color
:
#808080
;
font-size
:
14px
;
font-weight
:
bold
;
}
#sortable
li
.placeholder
{
border
:
dashed
2px
#ccc
;
background-color
:
#FFF
;
height
:
20px
;
}
.diff-accept
{
background-color
:
#
0d0
;
}
.diff-reject
{
background-color
:
#
c36a5f
;
}
.diff-accept
{
background-color
:
#
68be2e
;
}
.diff-reject
{
background-color
:
#
ed1f24
;
}
.arrow-left
{
width
:
16px
;
height
:
20px
;
background
:
url(../../../../tz-tools/com/Branding/cpt-icons/arrow-180-medium.png)
;
}
.arrow-right
{
width
:
16px
;
height
:
20px
;
background
:
url(../../../../tz-tools/com/Branding/cpt-icons/arrow-000-medium.png)
;
}
.arrow-link
{
width
:
16px
;
height
:
20px
;
display
:
block
;
}
...
...
Please
register
or
sign in
to post a comment