Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
18769e13
Commit
18769e13
authored
11 years ago
by
Morris Jobke
Browse files
Options
Downloads
Patches
Plain Diff
change font on login/install page from black to white
parent
837cefd8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/css/styles.css
+30
-4
30 additions, 4 deletions
core/css/styles.css
core/templates/installation.php
+1
-1
1 addition, 1 deletion
core/templates/installation.php
with
31 additions
and
5 deletions
core/css/styles.css
+
30
−
4
View file @
18769e13
...
@@ -196,11 +196,12 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b
...
@@ -196,11 +196,12 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b
#body-login
#datadirContent
label
,
#body-login
#datadirContent
label
,
#body-login
form
input
[
type
=
"checkbox"
]+
label
{
#body-login
form
input
[
type
=
"checkbox"
]+
label
{
text-align
:
center
;
text-align
:
center
;
color
:
#
000
;
color
:
#
ccc
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
.1
);
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
.1
);
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
;
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
;
filter
:
alpha
(
opacity
=
80
);
filter
:
alpha
(
opacity
=
60
);
opacity
:
.8
;
opacity
:
.6
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
.5
);
}
}
#body-login
div
.buttons
{
text-align
:
center
;
}
#body-login
div
.buttons
{
text-align
:
center
;
}
...
@@ -307,6 +308,31 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
...
@@ -307,6 +308,31 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
#body-login
form
.errors
{
background
:
#fed7d7
;
border
:
1px
solid
#f00
;
list-style-indent
:
inside
;
margin
:
0
0
2em
;
padding
:
1em
;
}
#body-login
form
.errors
{
background
:
#fed7d7
;
border
:
1px
solid
#f00
;
list-style-indent
:
inside
;
margin
:
0
0
2em
;
padding
:
1em
;
}
#body-login
.success
{
background
:
#d7fed7
;
border
:
1px
solid
#0f0
;
width
:
35%
;
margin
:
30px
auto
;
padding
:
1em
;
text-align
:
center
;}
#body-login
.success
{
background
:
#d7fed7
;
border
:
1px
solid
#0f0
;
width
:
35%
;
margin
:
30px
auto
;
padding
:
1em
;
text-align
:
center
;}
#body-login
#remember_login
:hover
+
label
,
#body-login
#remember_login
:focus
+
label
{
color
:
#fff
!important
;
}
#body-login
#showAdvanced
>
img
{
height
:
16px
;
width
:
16px
;
padding
:
4px
;
box-sizing
:
border-box
;
}
#body-login
footer
p
.info
a
,
#body-login
#showAdvanced
{
color
:
#ccc
;
}
#body-login
footer
p
.info
a
:hover
,
#body-login
footer
p
.info
a
:focus
{
color
:
#fff
;
}
#body-login
footer
{
white-space
:
nowrap
;
}
/* Show password toggle */
/* Show password toggle */
#show
,
#dbpassword
{
#show
,
#dbpassword
{
position
:
absolute
;
position
:
absolute
;
...
...
This diff is collapsed.
Click to expand it.
core/templates/installation.php
+
1
−
1
View file @
18769e13
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
</fieldset>
</fieldset>
<fieldset
id=
"datadirField"
>
<fieldset
id=
"datadirField"
>
<legend><a
id=
"showAdvanced"
>
<?php
p
(
$l
->
t
(
'Advanced'
));
?>
<img
class=
"svg"
src=
"
<?php
print_unescaped
(
image_path
(
''
,
'actions/caret
-dark
.svg'
));
?>
"
/></a></legend>
<legend><a
id=
"showAdvanced"
>
<?php
p
(
$l
->
t
(
'Advanced'
));
?>
<img
class=
"svg"
src=
"
<?php
print_unescaped
(
image_path
(
''
,
'actions/caret.svg'
));
?>
"
/></a></legend>
<div
id=
"datadirContent"
>
<div
id=
"datadirContent"
>
<label
for=
"directory"
>
<?php
p
(
$l
->
t
(
'Data folder'
));
?>
</label>
<label
for=
"directory"
>
<?php
p
(
$l
->
t
(
'Data folder'
));
?>
</label>
<input
type=
"text"
name=
"directory"
id=
"directory"
<input
type=
"text"
name=
"directory"
id=
"directory"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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