Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
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
die_coolen_jungs
our_own_cloud_project
Commits
2c41ae43
Commit
2c41ae43
authored
12 years ago
by
Jan-Christoph Borchardt
Browse files
Options
Downloads
Patches
Plain Diff
small code reordering of inputs and buttons
parent
7881bf1d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/css/styles.css
+6
-5
6 additions, 5 deletions
core/css/styles.css
with
6 additions
and
5 deletions
core/css/styles.css
+
6
−
5
View file @
2c41ae43
...
...
@@ -48,7 +48,12 @@ input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active,
input
[
type
=
"password"
]
:hover
,
input
[
type
=
"password"
]
:focus
,
input
[
type
=
"password"
]
:active
,
.searchbox
input
[
type
=
"search"
]
:hover
,
.searchbox
input
[
type
=
"search"
]
:focus
,
.searchbox
input
[
type
=
"search"
]
:active
,
textarea
:hover
,
textarea
:focus
,
textarea
:active
{
background-color
:
#fff
;
color
:
#333
;
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
;
filter
:
alpha
(
opacity
=
100
);
opacity
:
1
;
}
input
[
type
=
"checkbox"
]
{
margin
:
0
;
padding
:
0
;
height
:
auto
;
width
:
auto
;
}
input
[
type
=
"checkbox"
]
:hover
+
label
,
input
[
type
=
"checkbox"
]
:focus
+
label
{
color
:
#111
!important
;
}
#quota
{
cursor
:
default
;
}
/* BUTTONS */
input
[
type
=
"submit"
],
input
[
type
=
"button"
],
button
,
.button
,
#quota
,
div
.jp-progress
,
select
,
.pager
li
a
{
width
:
auto
;
padding
:
.4em
;
background-color
:
rgba
(
230
,
230
,
230
,
.5
);
font-weight
:
bold
;
color
:
#555
;
text-shadow
:
#fff
0
1px
0
;
border
:
1px
solid
rgba
(
180
,
180
,
180
,
.5
);
cursor
:
pointer
;
...
...
@@ -59,12 +64,8 @@ input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hov
background
:
rgba
(
255
,
255
,
255
,
.5
);
color
:
#333
;
}
input
[
type
=
"submit"
]
img
,
input
[
type
=
"button"
]
img
,
button
img
,
.button
img
{
cursor
:
pointer
;
}
input
[
type
=
"checkbox"
]
{
margin
:
0
;
padding
:
0
;
height
:
auto
;
width
:
auto
;
}
input
[
type
=
"checkbox"
]
:hover
+
label
,
input
[
type
=
"checkbox"
]
:focus
+
label
{
color
:
#111
!important
;
}
#quota
{
cursor
:
default
;
}
/* P
RIMARY ACTION BUTTON
, use sparingly */
/* P
rimary action button
, use sparingly */
.primary
,
input
[
type
=
"submit"
]
.primary
,
input
[
type
=
"button"
]
.primary
,
button
.primary
,
.button.primary
{
border
:
1px
solid
#1d2d44
;
background
:
#35537a
;
color
:
#ddd
;
text-shadow
:
#000
0
-1px
0
;
...
...
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