zulip/static/styles
Shubham Padia 1f553a41d0 search: Higlight #searchbox on focus.
Adds box-shadow to `#searchbox` when either `#search_query` or any
of the pills have focus. Uses jquery instead of pure css as the
`:focus` event occurs on `#search_query`, while we want to add
box-shadow to `#searchbox`. This could have been done with
`:focus-within` CSS selector, but it is not supported in IE or Opera.

`#search_query` already had an onfocus/focusout listener, adding
listeners to `#searchbox.pills` for those events wouldn't have worked
as you don't want the focusout event to fire when the focus shifts
from input to pill.

Also adds `focusin`, `focusout` and `css()` to zjquery. `css` is
same as `val`, except it returns an empty object in case of no value
instead of an empty string. I don't think `css()` is valid syntax
in actual jquery.
2018-07-23 11:29:10 -07:00
..
activity.scss webpack: Transition activity.css to use webpack. 2018-05-03 07:53:24 -07:00
alerts.scss css: Transition 'app.css' to SCSS. 2018-05-02 17:13:16 -07:00
app_components.scss HTML validation: Replace Drafts button with styled link. 2018-07-12 18:47:10 +05:30
archive.scss css/webpack: Moved archive styles to webpack bundle. 2018-05-03 19:15:49 -07:00
components.scss css: Transition 'app.css' to SCSS. 2018-05-02 17:13:16 -07:00
compose.scss input-pill: Refactor pills to eliminate fixed positioning of elements. 2018-07-23 10:21:13 -07:00
drafts.scss css: Transition 'app.css' to SCSS. 2018-05-02 17:13:16 -07:00
hotspots.scss hotspots: Style "How to reply" hotspot. 2018-05-31 12:56:37 -07:00
informational-overlays.scss css: Transition 'app.css' to SCSS. 2018-05-02 17:13:16 -07:00
input_pill.scss input-pill: Refactor pills to eliminate fixed positioning of elements. 2018-07-23 10:21:13 -07:00
landing-page.scss billing: Style upgrade page. 2018-07-13 18:32:29 +05:30
left-sidebar.scss left_sidebar.html: Upgrade to use font-awesome 4.7 icon prefixes. 2018-07-11 20:31:18 +05:30
lightbox.scss css: Transition 'app.css' to SCSS. 2018-05-02 17:13:16 -07:00
media.scss navbar.html: Upgrade to use font-awesome 4.7 icon prefixes. 2018-07-11 20:17:11 +05:30
night_mode.scss night mode: Fix loading-ellipsis visiblity on clicking "more topics". 2018-06-19 11:04:14 -07:00
popovers.scss user-groups: Centre align popover content. 2018-07-22 20:14:29 -07:00
portico-signin.scss help: Refactor help page CSS to eliminate padding on content containers. 2018-07-13 18:03:32 +05:30
portico-styles.scss webpack: Move font and pygments CSS to common.css. 2018-05-27 23:19:40 -07:00
portico.scss help: Limit width of documentation content. 2018-07-23 10:10:02 -07:00
pygments.scss css: Transition 'app.css' to SCSS. 2018-05-02 17:13:16 -07:00
reactions.scss emoji_popover_content.handlebars: Upgrade to font-awesome 4.7 icon prefixes. 2018-07-11 20:17:11 +05:30
reuseable_components.scss css: Use mixins in zulip.scss. 2018-05-08 10:35:40 -07:00
right-sidebar.scss right-sidebar: Narrow pm/group-pm on clicking unread count badge. 2018-06-27 11:26:24 -04:00
settings.scss settings: Improve styling of draggable profile field rows. 2018-07-13 18:17:03 +05:30
stats.scss stats: Fix incorrect data-user attribute on Everyone button. 2018-07-13 10:24:13 +05:30
subscriptions.scss subscriptions_settings_modal: Upgrade to font-awesome 4.7 icon prefixes. 2018-07-11 20:17:11 +05:30
typing_notifications.scss css: Transition 'app.css' to SCSS. 2018-05-02 17:13:16 -07:00
widgets.scss widgets: Add todo widget. 2018-07-10 11:18:05 +05:30
zulip.scss search: Higlight #searchbox on focus. 2018-07-23 11:29:10 -07:00