Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
c16113ea
Commit
c16113ea
authored
Aug 25, 2015
by
Morris Jobke
Browse files
Merge pull request #18545 from owncloud/button-style
remove border from button style
parents
1dc92834
d337c2bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/css/styles.css
View file @
c16113ea
...
...
@@ -200,7 +200,7 @@ button, .button,
background-color
:
rgba
(
240
,
240
,
240
,
.9
);
font-weight
:
bold
;
color
:
#555
;
border
:
1px
solid
rgba
(
190
,
190
,
19
0
,
.9
);
border
:
1px
solid
rgba
(
240
,
240
,
24
0
,
.9
);
cursor
:
pointer
;
}
input
[
type
=
"submit"
]
:hover
,
input
[
type
=
"submit"
]
:focus
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment