Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,688
Issues
1,688
List
Boards
Labels
Service Desk
Milestones
Merge Requests
84
Merge Requests
84
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
d2ca42aa
Commit
d2ca42aa
authored
Feb 05, 2019
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: explicit code for color
more reproducible
parent
97a1e6c3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
browser/css/dark.less
browser/css/dark.less
+1
-1
browser/css/light.css
browser/css/light.css
+2
-2
browser/css/segmenter_page.css
browser/css/segmenter_page.css
+1
-1
No files found.
browser/css/dark.less
View file @
d2ca42aa
...
...
@@ -14,7 +14,7 @@
@message_green1 : #DFF0D8;
@message_green2 : #F2DEAE;
@message_red : #F2DEDE;
@message_border_red :
darkred
;
@message_border_red :
#8b0000
;
@background : #000000;
@border: #333333;
...
...
browser/css/light.css
View file @
d2ca42aa
...
...
@@ -816,7 +816,7 @@ span .end-codon {
transition-delay
:
0s
,
0s
;
}
#add_clone_menu
>
#addclone_input
.error
{
border
:
1px
solid
darkred
;
border
:
1px
solid
#8b0000
;
}
.buttonSelector
{
background
:
#ffffff
;
...
...
@@ -1843,7 +1843,7 @@ table.log textarea {
text-align
:
center
;
}
.urgent_message
{
border
:
2px
solid
darkred
;
border
:
2px
solid
#8b0000
;
margin
:
3px
;
font-weight
:
bold
;
background-color
:
#F2DEDE
;
...
...
browser/css/segmenter_page.css
View file @
d2ca42aa
...
...
@@ -816,7 +816,7 @@ span .end-codon {
transition-delay
:
0s
,
0s
;
}
#add_clone_menu
>
#addclone_input
.error
{
border
:
1px
solid
darkred
;
border
:
1px
solid
#8b0000
;
}
.buttonSelector
{
background
:
#ffffff
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment