Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
tor-browser-settings
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Rientjes
tor-browser-settings
Commits
799b5384
Commit
799b5384
authored
8 years ago
by
Thomas Rientjes
Browse files
Options
Downloads
Patches
Plain Diff
Refactor settings stylesheet
parent
3468a3f3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
chrome/css/settings.css
+24
-27
24 additions, 27 deletions
chrome/css/settings.css
with
24 additions
and
27 deletions
chrome/css/settings.css
+
24
−
27
View file @
799b5384
...
@@ -2,11 +2,6 @@
...
@@ -2,11 +2,6 @@
* Element Selectors
* Element Selectors
*/
*/
a
{
color
:
#555
;
font-weight
:
500
;
}
body
{
body
{
background-color
:
#fafafa
;
background-color
:
#fafafa
;
font-family
:
"Roboto"
,
Helvetica
,
sans-serif
;
font-family
:
"Roboto"
,
Helvetica
,
sans-serif
;
...
@@ -14,33 +9,35 @@ body {
...
@@ -14,33 +9,35 @@ body {
padding
:
0
;
padding
:
0
;
}
}
h1
{
header
{
background-color
:
#32373b
;
color
:
#fafafa
;
padding
:
0
15px
;
}
h1
,
h2
{
font-size
:
19px
;
font-size
:
19px
;
font-weight
:
500
;
font-weight
:
500
;
padding
:
22px
0
;
padding
:
22px
0
;
}
}
h2
{
h2
{
font-size
:
19px
;
font-weight
:
500
;
padding
:
20px
0
;
padding
:
20px
0
;
}
}
header
{
a
{
background-color
:
#32373b
;
color
:
#555
;
color
:
#fafafa
;
padding
:
0
15px
;
}
}
/**
/**
* Attribute Selectors
* Attribute Selectors
*/
*/
[
data-active
=
'
true
'
]
{
[
data-active
=
"
true
"
]
{
font-weight
:
500
;
font-weight
:
500
;
}
}
[
data-hidden
=
'
true
'
]
{
[
data-hidden
=
"
true
"
]
{
display
:
none
;
display
:
none
;
}
}
...
@@ -65,29 +62,29 @@ header {
...
@@ -65,29 +62,29 @@ header {
.notice
{
.notice
{
background-color
:
#fff
;
background-color
:
#fff
;
box-shadow
:
4px
4px
4px
#efefef
;
border-top
:
5px
solid
#ededed
;
border-top
:
5px
solid
#ededed
;
box-shadow
:
4px
4px
4px
#efefef
;
padding
:
15px
;
padding
:
15px
;
}
}
.footnote
{
.footnote
{
margin
:
0
;
margin
:
0
;
text-align
:
right
;
text-align
:
right
;
width
:
100%
width
:
100%
;
}
}
.slider-input
{
.slider-input
{
background
:
none
;
background
:
none
;
border
:
none
;
border
:
none
;
width
:
100%
;
margin
:
0
;
margin
:
0
;
width
:
100%
;
}
}
.slider-legend
{
.slider-legend
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
width
:
100%
;
margin
:
0
;
margin
:
0
;
width
:
100%
;
}
}
.slider-legend-item
{
.slider-legend-item
{
...
@@ -118,18 +115,18 @@ header {
...
@@ -118,18 +115,18 @@ header {
border
:
0
;
border
:
0
;
}
}
.slider-input
::-moz-range-track
{
background
:
#363b40
;
border-radius
:
25px
;
border
:
0
solid
#000101
;
height
:
4px
;
width
:
100%
;
}
.slider-input
::-moz-range-thumb
{
.slider-input
::-moz-range-thumb
{
background
:
#32373b
;
background
:
#32373b
;
border
:
0px
solid
#000000
;
border-radius
:
25px
;
border-radius
:
25px
;
border
:
0
solid
#000000
;
height
:
16px
;
height
:
16px
;
width
:
16px
;
width
:
16px
;
}
}
.slider-input
::-moz-range-track
{
width
:
100%
;
height
:
4px
;
background
:
#363b40
;
border-radius
:
25px
;
border
:
0px
solid
#000101
;
}
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