Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
53667019
Commit
53667019
authored
Feb 13, 2015
by
Marc Duez
Browse files
css : improve style for highlighted sequence
parent
b3165c18
Changes
3
Hide whitespace changes
Inline
Side-by-side
browser/css/dark.css
View file @
53667019
...
...
@@ -518,18 +518,20 @@ line {
color
:
#009b95
;
}
.highlight2
{
border
:
solid
;
border
-bottom
:
solid
;
display
:
inline-flex
;
height
:
1em
;
position
:
relative
;
margin
:
-1px
;
border-width
:
1
px
;
border-width
:
4
px
;
-khtml-user-select
:
none
;
-webkit-user-select
:
none
;
-moz-user-select
:
-moz-none
;
-ms-user-select
:
none
;
user-select
:
none
;
pointer-events
:
none
;
opacity
:
0.3
;
bottom
:
1px
;
}
.highlight
{
display
:
inline-block
;
...
...
browser/css/light.css
View file @
53667019
...
...
@@ -518,18 +518,20 @@ line {
color
:
#009b95
;
}
.highlight2
{
border
:
solid
;
border
-bottom
:
solid
;
display
:
inline-flex
;
height
:
1em
;
position
:
relative
;
margin
:
-1px
;
border-width
:
1
px
;
border-width
:
4
px
;
-khtml-user-select
:
none
;
-webkit-user-select
:
none
;
-moz-user-select
:
-moz-none
;
-ms-user-select
:
none
;
user-select
:
none
;
pointer-events
:
none
;
opacity
:
0.3
;
bottom
:
1px
;
}
.highlight
{
display
:
inline-block
;
...
...
browser/css/vidjil.less
View file @
53667019
...
...
@@ -636,18 +636,20 @@ line {
color: #009b95;
}
.highlight2{
border: solid;
border
-bottom
: solid;
display: inline-flex;
height: 1em;
position: relative;
margin: -1px;
border-width:
1
px;
border-width:
4
px;
-khtml-user-select: none;
-webkit-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
opacity: 0.3;
bottom: 1px;
}
.highlight{
display: inline-block;
...
...
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