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
f35a4aa3
authored
2014-11-17 09:36:14 -0500
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Correct a few old red color references
1 parent
5ee5be82
Hide 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 @
f35a4aa
...
...
@@ -379,7 +379,7 @@ table.tabular-data tbody td {
.validation-errors
{
background-color
:
pink
;
margin-top
:
5px
;
border
:
1px
solid
#DF1C24
;
border
:
1px
solid
rgb
(
204
,
51
,
51
)
;
}
.validation-errors.from
,
.validation-errors.to
{
...
...
@@ -403,7 +403,7 @@ table.tabular-data tbody td {
.validation-errors
h6
{
padding
:
0px
;
margin
:
0px
0px
10px
0px
;
color
:
#DF1C24
;
color
:
rgb
(
204
,
51
,
51
)
;
font-size
:
11px
;
text-transform
:
uppercase
;
}
...
...
Please
register
or
sign in
to post a comment