Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,250
Issues
1,250
List
Board
Labels
Milestones
Merge Requests
35
Merge Requests
35
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
ca9a06f2
Commit
ca9a06f2
authored
Feb 05, 2019
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: make
parent
19b55b9d
Pipeline
#61945
passed with stages
in 4 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
dark.css
browser/css/dark.css
+7
-0
segmenter_page.css
browser/css/segmenter_page.css
+7
-0
No files found.
browser/css/dark.css
View file @
ca9a06f2
...
...
@@ -1361,6 +1361,9 @@ span.warningReads {
#bot-separator
:hover
{
background
:
#073642
;
}
#norm_button
{
width
:
7ex
;
}
.edit_button
{
float
:
right
;
margin-right
:
2px
;
...
...
@@ -2270,3 +2273,7 @@ form .form_label {
[
hidden
]
{
display
:
none
!important
;
}
.disabledbutton
{
pointer-events
:
none
;
opacity
:
0.4
;
}
browser/css/segmenter_page.css
View file @
ca9a06f2
...
...
@@ -1361,6 +1361,9 @@ span.warningReads {
#bot-separator
:hover
{
background
:
#fdf6e3
;
}
#norm_button
{
width
:
7ex
;
}
.edit_button
{
float
:
right
;
margin-right
:
2px
;
...
...
@@ -2270,6 +2273,10 @@ form .form_label {
[
hidden
]
{
display
:
none
!important
;
}
.disabledbutton
{
pointer-events
:
none
;
opacity
:
0.4
;
}
body
{
line-height
:
20px
;
}
...
...
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