source: gs3-installations/thewillow/trunk/sites/thewillow/dlcol-chatgpt/iframe-page/dl-chatgpt_files/reset-appearance.module.css@ 38779

Last change on this file since 38779 was 38779, checked in by davidb, 4 months ago

Files that need to be moved to <gsdl3srchome>/web to provide a static web page example using an iframe to embedd the React/NextJS based chatbot

File size: 274 bytes
Line 
1/*
2 * @file
3 * Utility class to remove browser styles, especially for button.
4 */
5
6.reset-appearance {
7 margin: 0;
8 padding: 0;
9 border: 0 none;
10 background: transparent;
11 line-height: inherit;
12 -webkit-appearance: none;
13 -moz-appearance: none;
14 appearance: none;
15}
Note: See TracBrowser for help on using the repository browser.