Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory
Commits
53ec0eba
Commit
53ec0eba
authored
8 years ago
by
animtim
Committed by
Mortier Benoit
8 years ago
Browse files
Options
Download
Patches
Plain Diff
fix link colors
fix link colors bug:4916
parent
ba7dbb43
dev
6342-update-the-locales-for-1-5
6344-template-issue-when-creating-a-template-with-empty-password-error-message-should-not-be-seen
6365-core-locking-mechanism-is-not-changing-the-mail-ressource-it-does-lock-the-mail-account
6365-core-when-lock-mechanism-is-trigger-the-user-should-not-be-editable-if-not-unlock
6378-orcid-test-method-is-wrong-and-break-orcid-saving
core-php8
master
fusiondirectory-1.5
fusiondirectory-1.4
fusiondirectory-1.3.1
fusiondirectory-1.3
fusiondirectory-1.2.3
fusiondirectory-1.2.2
fusiondirectory-1.2.1
fusiondirectory-1.2
fusiondirectory-1.1.1
fusiondirectory-1.1
fusiondirectory-1.0.20
fusiondirectory-1.0.19
fusiondirectory-1.0.18
fusiondirectory-1.0.17
fusiondirectory-1.0.16
fusiondirectory-1.0.15
fusiondirectory-1.0.14
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
html/themes/breezy/lists.css
+12
-2
html/themes/breezy/lists.css
html/themes/breezy/login.css
+10
-0
html/themes/breezy/login.css
html/themes/breezy/style.css
+15
-3
html/themes/breezy/style.css
with
37 additions
and
5 deletions
+37
-5
html/themes/breezy/lists.css
+
12
−
2
View file @
53ec0eba
...
...
@@ -89,6 +89,16 @@ border-right:none;
}
table
.listingTable
>
tbody
>
tr
td
>
a
:link
{
text-decoration
:
none
;
color
:
#2980b9
;
}
table
.listingTable
>
tbody
>
tr
td
>
a
:visited
{
text-decoration
:
none
;
color
:
#2980b9
;
}
/* List border */
div
.nlistFooter
{
...
...
@@ -190,7 +200,7 @@ cursor:pointer;
a
.treeListSelected
{
font-weight
:
bold
;
color
:
#
1010AF
;
color
:
#
2980b9
;
background-color
:
#DDD
;
padding
:
2px
;
cursor
:
pointer
;
...
...
@@ -215,7 +225,7 @@ background:url(../../images/lists/node.png) no-repeat;
li
.treeListSelected
a
{
font-weight
:
bold
;
color
:
#
1010AF
;
color
:
#
2980b9
;
padding
:
2px
;
}
...
...
This diff is collapsed.
Click to expand it.
html/themes/breezy/login.css
+
10
−
0
View file @
53ec0eba
...
...
@@ -48,6 +48,16 @@ div#window_content > div {
padding
:
10px
;
}
a
:link
{
text-decoration
:
none
;
color
:
#2980b9
;
}
a
:visited
{
text-decoration
:
none
;
color
:
#2980b9
;
}
div
#window_footer
{
padding
:
0
;
}
...
...
This diff is collapsed.
Click to expand it.
html/themes/breezy/style.css
+
15
−
3
View file @
53ec0eba
...
...
@@ -26,12 +26,12 @@ border:none;
a
:link
{
text-decoration
:
none
;
color
:
#
2980b9
;
color
:
#
31363B
;
}
a
:visited
{
text-decoration
:
none
;
color
:
#
2980b9
;
color
:
#
31363B
;
}
td
.listfooter
{
...
...
@@ -140,6 +140,18 @@ border:1px solid #eff0f1;
border-radius
:
8px
;
/*transition:box-shadow .5s ease, background .5s ease;*/
}
a
.maintitlebar
:link
,
div
.maintitlebar
:link
{
text-decoration
:
none
;
color
:
#2980b9
;
}
a
.maintitlebar
:visited
,
div
.maintitlebar
:visited
{
text-decoration
:
none
;
color
:
#2980b9
;
}
html
.ltr
a
.maintitlebar
,
html
.ltr
div
.maintitlebar
{
padding-right
:
5px
;
}
...
...
@@ -547,7 +559,7 @@ padding:5px 9px 5px 5px;
#pulldown
ul
ul
li
a
:hover
{
font-weight
:
normal
;
background-color
:
#
418DD4
;
background-color
:
#
D5EAF7
;
background-image
:
none
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets