summaryrefslogtreecommitdiffstats
path: root/css
AgeCommit message (Collapse)Author
2022-08-16Fix the talk dashboard icon on dark modeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-11Fix missing Talk sidebar trigger in public share pagesDaniel Calviño Sánchez
Since the removal of SCSS files the "menu-people" icon can no longer be used directly with a CSS class. However, it is available as a Vue component; although it would be possible to directly render the Vue component for the icon inside the button element the whole button is moved to Vue instead, as the other approach requires more fighting with the styles. As the icon will be shown with a transparent background on the header, which uses the primary color, the fill color of the icon needs to be explicitly set to the primary text color. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-07-12Move settings-admin.scss to vue filesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Fix commentsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Fix stylelintJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Transform conversation icons to CSSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Remove more iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Fix lobby iconJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Remove more unused iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Replace view icons with material design iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Remove ConversationIcon overlaysJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Remove hack that seems to not be needed anymoreJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Remove more unused iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Restore last topbar iconJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move app navigation toggle handling to the app fileJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Translate icon in mentions of chat input and messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Remove remenants from call button iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Replace reply button icon with material designJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move critical delete action to material design iconJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Translate simple rulesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move app.scss into App.vueJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move publicshare files to CSSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Fix stylelintJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move At.scss to At.cssJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Fix stylelint rulesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move unified search to simple CSSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-13Fix tab iconmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2022-01-11Fix some more importsmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2021-11-17Fix "Close sidebar" buttonJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-17Fix missing icons from call button in the topbarJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-10Move call layout switcher into localmediacontrolsmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2021-07-08Fix date picker z-indexVincent Petry
To make it appear on top of the settings modal. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-19Fix jumping UI glitchMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-02-15Fix missing delete iconJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-03Replace video button icon with material design iconVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-01Replace mute icon with material design iconVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-22Fix description icon sizesMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-26More size fixingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-26Fix mentions layoutMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-26Ellipsis long status messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-25Add a description to the admin settingsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-17Load all iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-05Fix status styling on active element on mentionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-03Conversations in Unified SearchJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-26… menu icon in app navigation is white when in a callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-18Add drop shadow again on icons in the topbar tooJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08Make the fullscreen icon not forced white anymoreJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08Fix three dot color when in a callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08Fix stylelintJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08Make the app-navigation-toggle forced white when in-callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>