diff options
| author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-07 02:17:47 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-07 02:17:47 +0200 |
| commit | 2653f6a943a6ed74e2b72246ba8211c5fb699a7f (patch) | |
| tree | 1583823bf875456212156452ba464933139c3ceb /css/components/autocomplete.css | |
| parent | d850c105940f414caf44705191af8c8b19ca9c85 (diff) | |
restructured ;)
Diffstat (limited to 'css/components/autocomplete.css')
| -rwxr-xr-x | css/components/autocomplete.css | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/css/components/autocomplete.css b/css/components/autocomplete.css deleted file mode 100755 index 5c6993c..0000000 --- a/css/components/autocomplete.css +++ /dev/null | |||
| @@ -1,55 +0,0 @@ | |||
| 1 | /*! UIkit 2.26.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ | ||
| 2 | /* ======================================================================== | ||
| 3 | Component: Autocomplete | ||
| 4 | ========================================================================== */ | ||
| 5 | /* | ||
| 6 | * 1. Container width fits its content | ||
| 7 | * 2. Create position context | ||
| 8 | * 3. Prevent `inline-block` consequences | ||
| 9 | * 4. Remove the gap between the container and its child element | ||
| 10 | */ | ||
| 11 | .uk-autocomplete { | ||
| 12 | /* 1 */ | ||
| 13 | display: inline-block; | ||
| 14 | /* 2 */ | ||
| 15 | position: relative; | ||
| 16 | /* 3 */ | ||
| 17 | max-width: 100%; | ||
| 18 | /* 4 */ | ||
| 19 | vertical-align: middle; | ||
| 20 | } | ||
| 21 | /* Legacy dropdown modifier */ | ||
| 22 | .uk-dropdown-flip { | ||
| 23 | left: auto; | ||
| 24 | right: 0; | ||
| 25 | } | ||
| 26 | /* Nav modifier `uk-nav-autocomplete` | ||
| 27 | ========================================================================== */ | ||
| 28 | /* | ||
| 29 | * Items | ||
| 30 | */ | ||
| 31 | .uk-nav-autocomplete > li > a { | ||
| 32 | color: #444; | ||
| 33 | } | ||
| 34 | /* | ||
| 35 | * Active | ||
| 36 | * 1. Remove default focus style | ||
| 37 | */ | ||
| 38 | .uk-nav-autocomplete > li.uk-active > a { | ||
| 39 | background: #00a8e6; | ||
| 40 | color: #fff; | ||
| 41 | /* 1 */ | ||
| 42 | outline: none; | ||
| 43 | } | ||
| 44 | /* | ||
| 45 | * Sub-object: `uk-nav-header` | ||
| 46 | */ | ||
| 47 | .uk-nav-autocomplete .uk-nav-header { | ||
| 48 | color: #999; | ||
| 49 | } | ||
| 50 | /* | ||
| 51 | * Sub-object: `uk-nav-divider` | ||
| 52 | */ | ||
| 53 | .uk-nav-autocomplete .uk-nav-divider { | ||
| 54 | border-top: 1px solid #ddd; | ||
| 55 | } | ||
