nextcloud/core/css
Daniel Calviño Sánchez 0c758dbe5b Fix size of icons in menus inside apps when shown as images
Some popover menus, like the contacts menu, still show their icon using
an img element. The main CSS rules assume that a "content-box" sizing is
being used, and thus set the size and padding of the image to add up to
the line height.

However, ".app-*" descendants use a "border-box" sizing, so when a menu
with an image was shown in an app the icon was not properly shown. Now
both the width and height of the image is set to the item height in
those cases, which causes the visible size of the icon to be the item
height minus the padding (the same as when "content-box" sizing is
used).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-09-04 22:21:22 +02:00
..
images Remove unnecessary files for jquery-ui-fixes 2017-09-03 15:34:04 +02:00
login add some spacing between the logo and the content of the page 2017-05-18 20:49:06 +02:00
lostpassword move lost controller to core/controller 2016-01-20 10:42:19 +01:00
apps.scss Fix size of icons in menus inside apps when shown as images 2018-09-04 22:21:22 +02:00
css-variables.scss More vars fixes 2018-06-20 19:20:51 +02:00
fixes.scss Fixes scss 2018-06-20 19:17:05 +02:00
fonts.scss More vars fixes 2018-06-20 19:20:51 +02:00
functions.scss Adds a vendor prefix for position sticky 2018-08-19 12:02:27 +02:00
global.scss Add more styles to the server.scss 2017-03-09 15:36:03 -06:00
guest.css Theming: Only Entity in footer if a url is set 2018-08-27 13:59:16 +02:00
header.scss Fix apps menu and typo 2018-08-28 13:48:06 +02:00
icons.scss Add group icon 2018-07-24 18:48:25 +02:00
ie.scss Acceptance and mobile navigation fixes 2018-07-24 11:01:11 +02:00
inputs.scss Use main text color for editable divs and text areas 2018-08-29 17:37:46 +02:00
jquery-ui-fixes.scss Added feedback on autocomplete ui 2018-08-15 08:59:06 +02:00
jquery.ocdialog.scss switches the oc dialog button row to flex 2018-08-13 21:51:58 +02:00
mobile.scss Merge pull request #10853 from nextcloud/apps-menu-fix-mobile 2018-08-30 14:51:09 +02:00
multiselect.scss Multiselect scss 2018-06-20 19:17:05 +02:00
public.scss Merge pull request #10838 from nextcloud/header-fixes-and-public-note 2018-08-24 22:21:55 +02:00
publicshareauth.css Override server SCSS rules for confirm button in guest pages 2018-07-13 05:48:59 +02:00
server.scss Add public template 2018-02-27 12:25:52 +01:00
styles.scss Makes the notifications area width equal to the contents 2018-08-27 15:29:08 +02:00
systemtags.scss Fix edit tag textbox size 2018-02-15 17:34:42 +05:30
tooltip.scss Tooltip scss 2018-06-20 19:17:05 +02:00
variables.scss Move SCSS variable fetching before the variables.scss to properly calculate color values 2018-08-29 16:47:39 +02:00
whatsnew.scss and the user popover needs a higher z-index, to make it visible again 2018-08-16 13:26:51 +02:00