nextcloud/core/css
Daniel Calviño Sánchez 7a57409f7d Do not show tab headers marked as hidden
Tab headers that should not be shown are marked with the "hidden" CSS
class. The CSS rules set "display: none" for ".hidden" elements, but as
the rules for ".tabHeaders .tabHeader" are more specific than rules for
".hidden" the "display" property is overriden and ends being "flex".
Therefore, it is necessary to explicitly set a rule for ".tabHeaders
.tabHeader.hidden" elements.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-11-21 15:21:22 +01: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 Do not show tab headers marked as hidden 2018-11-21 15:21:22 +01:00
css-variables.scss Show all app titles on hovering app menu area, fix #10952, fix #4619 2018-10-30 23:20:09 +01:00
fixes.scss Fixes scss 2018-06-20 19:17:05 +02:00
fonts.scss Add woff2 format of Nunito for better performance in modern browsers 2018-10-19 20:19:34 +02:00
functions.scss Prefix icon variables with app name to avoid conflicts 2018-11-15 11:47:27 +01:00
global.scss Revert "Fix .hidden class specificity, should not be overridable, ref #12138" 2018-11-01 21:00:44 +01:00
guest.css Fix CSS specificity preventing buttons displayed in pill style 2018-11-19 21:56:38 +01:00
header.scss Only use width and opacity for transition 2018-11-16 15:42:23 +01:00
icons.scss Add talk icon 2018-10-30 10:19:34 +01:00
ie.scss Fix IE rule for min width 2018-11-08 18:19:52 +01:00
inputs.scss Fix inline input confirm margin 2018-11-10 09:48:16 +01:00
jquery-ui-fixes.scss Styling papercuts 2018-10-30 14:43:34 +01:00
jquery.ocdialog.scss Improve overall container style, radius and shadow 2018-10-01 21:40:28 +02:00
mobile.scss Fix breakpoint and shrinking of the content + list 2018-11-14 17:19:35 +01:00
multiselect.scss Multiselect scss 2018-06-20 19:17:05 +02:00
public.scss Fixes the footer #12357 2018-11-09 21:23:02 +01:00
publicshareauth.css Fix password protected share link button 2018-10-23 15:18:37 +02:00
server.scss Add public template 2018-02-27 12:25:52 +01:00
styles.scss Properly align loading indicator when switching folders 2018-11-16 14:50:40 +01:00
systemtags.scss Fix edit tag textbox size 2018-02-15 17:34:42 +05:30
tooltip.scss Change typeface from Open Sans to Nunito 2018-10-19 12:04:19 +02:00
variables.scss Fix loader colours for better visibility 2018-11-16 13:40:00 +01: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