Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
osticket
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
docker
osticket
Commits
96ada2c3
Commit
96ada2c3
authored
9 years ago
by
Nathan Febuary
Browse files
Options
Downloads
Patches
Plain Diff
Firefox form style fix
parent
b528df56
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scp/css/scp.css
+15
-1
15 additions, 1 deletion
scp/css/scp.css
with
15 additions
and
1 deletion
scp/css/scp.css
+
15
−
1
View file @
96ada2c3
...
...
@@ -735,6 +735,9 @@ td.multi-line {
.form_table
input
[
type
=
text
],
.form_table
input
[
type
=
password
],
.form_table
textarea
{
background
:
#fff
;
border
:
1px
solid
#aaa
;
border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
}
.form_table
input
[
type
=
radio
],
.form_table
input
[
type
=
checkbox
]
{
...
...
@@ -1280,6 +1283,9 @@ ul.tabs.alt li.active {
#response_options
input
[
type
=
text
],
#response_options
textarea
:not
(
.richtext
)
{
border
:
1px
solid
#aaa
;
background
:
#fff
;
border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
}
.attachments
.uploads
div
{
...
...
@@ -1882,6 +1888,8 @@ select + .button {
margin-right
:
0
;
border
:
1px
solid
#999
;
border-right
:
none
;
border-top-right-radius
:
0
;
border-bottom-right-radius
:
0
;
}
.input.attached
.button.attached
{
height
:
100%
;
...
...
@@ -2825,6 +2833,9 @@ input, textarea {
padding
:
3px
5px
;
font-size
:
0.95em
;
font-family
:
inherit
;
border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
}
small
{
...
...
@@ -2882,8 +2893,11 @@ select {
max-width
:
350px
;
border
:
1px
solid
#bbb
;
display
:
inline-block
;
padding
:
4px
;
padding
:
0
4px
;
font-size
:
13px
;
border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
}
a
.attachment
{
...
...
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