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,711
Issues
1,711
List
Boards
Labels
Service Desk
Milestones
Merge Requests
86
Merge Requests
86
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
c4094405
Commit
c4094405
authored
Nov 25, 2015
by
Vidjil Team
Committed by
Mathieu Giraud
Nov 25, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: styling <a>
parent
0b45d0ed
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
14 deletions
+19
-14
browser/css/dark.css
browser/css/dark.css
+5
-4
browser/css/light.css
browser/css/light.css
+5
-4
browser/css/vidjil.less
browser/css/vidjil.less
+9
-6
No files found.
browser/css/dark.css
View file @
c4094405
...
...
@@ -732,14 +732,15 @@ span .substitution {
left
:
-webkit-calc
(
50%
-
250px
);
left
:
calc
(
50%
-
250px
);
}
.popup_container
a
{
text-decoration
:
none
;
font-weight
:
bold
;
/* Main style for <a>
Used in particular in .popup_container, on login screen, in news, in links to results (for patient list and patient info) */
a
{
color
:
#839496
;
}
.popup_container
a
:hover
{
a
:hover
{
color
:
#fdf6e3
;
}
/* ----------------- */
.data-container
,
.info-container
{
z-index
:
3
;
...
...
browser/css/light.css
View file @
c4094405
...
...
@@ -732,14 +732,15 @@ span .substitution {
left
:
-webkit-calc
(
50%
-
250px
);
left
:
calc
(
50%
-
250px
);
}
.popup_container
a
{
text-decoration
:
none
;
font-weight
:
bold
;
/* Main style for <a>
Used in particular in .popup_container, on login screen, in news, in links to results (for patient list and patient info) */
a
{
color
:
#657b83
;
}
.popup_container
a
:hover
{
a
:hover
{
color
:
#002b36
;
}
/* ----------------- */
.data-container
,
.info-container
{
z-index
:
3
;
...
...
browser/css/vidjil.less
View file @
c4094405
...
...
@@ -879,15 +879,18 @@ span .substitution{
left: calc(~"50% - 250px");
}
.popup_container a {
text-decoration: none;
font-weight: bold;
color: @default ;
/* Main style for <a>
Used in particular in .popup_container, on login screen, in news, in links to results (for patient list and patient info) */
a {
color: @default;
}
.popup_container a:hover
{
color
: @select;
a:hover
{
color: @select;
}
/* ----------------- */
.data-container, .info-container{
z-index:3;
...
...
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