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
bc588a03
Commit
bc588a03
authored
Aug 24, 2015
by
Morris Jobke
Browse files
Merge pull request #18521 from owncloud/search-style
adjust search box style
parents
a67a2272
4ba8685c
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/css/mobile.css
View file @
bc588a03
...
...
@@ -31,7 +31,6 @@
width
:
0
;
cursor
:
pointer
;
background-color
:
transparent
;
background-image
:
url('../img/actions/search-white.svg')
;
-webkit-transition
:
all
100ms
;
-moz-transition
:
all
100ms
;
-o-transition
:
all
100ms
;
...
...
@@ -44,8 +43,7 @@
width
:
155px
;
max-width
:
50%
;
cursor
:
text
;
background-color
:
#fff
;
background-image
:
url('../img/actions/search.svg')
;
background-color
:
#112
;
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
;
opacity
:
1
;
}
...
...
core/css/styles.css
View file @
bc588a03
...
...
@@ -258,7 +258,8 @@ input:disabled+label, input:disabled:hover+label, input:disabled:focus+label {
font-size
:
1.2em
;
padding
:
3px
;
padding-left
:
25px
;
background
:
#fff
url('../img/actions/search.svg')
no-repeat
6px
center
;
background
:
#112
url('../img/actions/search-white.svg')
no-repeat
6px
center
;
color
:
#fff
;
border
:
0
;
border-radius
:
3px
;
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"
;
...
...
@@ -271,6 +272,7 @@ input:disabled+label, input:disabled:hover+label, input:disabled:focus+label {
.searchbox
input
[
type
=
"search"
]
:active
{
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
;
opacity
:
.7
;
color
:
#fff
;
}
input
[
type
=
"submit"
]
.enabled
{
...
...
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