diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-30 16:59:51 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-30 16:59:51 +0200 |
| commit | 897b200c5ea77b72ea694f912a66129be3ed029c (patch) | |
| tree | a285f7dda33f598e4679d2547cabd24bcd4ac9e8 /res/css/partials/input-field.scss | |
| parent | c37466600d9b6815f97ac37620db7fad750a9dcc (diff) | |
Styled search-bar
Diffstat (limited to 'res/css/partials/input-field.scss')
| -rw-r--r-- | res/css/partials/input-field.scss | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/res/css/partials/input-field.scss b/res/css/partials/input-field.scss index 5b4e478f..39f5bdc2 100644 --- a/res/css/partials/input-field.scss +++ b/res/css/partials/input-field.scss @@ -1,18 +1,4 @@ -input{ - background-color: rgba(17,17,17,0.8); - color: white; - border-width: 1px; - border-color: #303030; - font-size:14px; - outline:none; - border-color:#303030; - box-shadow:0 0 0px #303030; - -webkit-transition: all 0.04s ease-in-out; - -moz-transition: all 0.04s ease-in-out; - -ms-transition: all 0.04s ease-in-out; - -o-transition: all 0.04s ease-in-out; -} #textinputui { position: fixed; @@ -29,9 +15,6 @@ input{ width:900px; } -input:focus { -} - #suggestion{ list-style-type: none; } |
