[mod] css
This commit is contained in:
parent
4c6570e2b4
commit
c516fc9be0
3 changed files with 10 additions and 23 deletions
|
|
@ -22,17 +22,17 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="page-wrap">
|
||||
<header class="page-header">
|
||||
|
||||
<div> XQuery 4.0 LSP client </div>
|
||||
<h4> XQuery 4.0 LSP client
|
||||
<quiet-toggle-icon id="tConnect" label="Connection status" size="lg"
|
||||
style="--checked-color: green;--unchecked-color: red;">
|
||||
<quiet-icon slot="unchecked" name="network-off" family="outline"></quiet-icon>
|
||||
<quiet-icon slot="checked" name="network" family="outline"></quiet-icon>
|
||||
</quiet-toggle-icon>
|
||||
|
||||
<quiet-tooltip id="tipConnect" for="tConnect">I'm a tooltip</quiet-tooltip>
|
||||
</h4>
|
||||
<quiet-button-group>
|
||||
<quiet-button id="bnNew" title="New file">
|
||||
<quiet-icon slot="start" name="file"></quiet-icon>New
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
<quiet-icon slot="start" name="link"></quiet-icon>Web
|
||||
</quiet-button>
|
||||
|
||||
|
||||
|
||||
</quiet-button-group>
|
||||
|
||||
<quiet-button-group>
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
<quiet-divider></quiet-divider>
|
||||
</quiet-dropdown>
|
||||
<button popovertarget="popAbout" type="button">
|
||||
<i class="codicon codicon-info"></i>
|
||||
<quiet-icon name="help"></quiet-icon>
|
||||
</button>
|
||||
</quiet-button-group>
|
||||
</header>
|
||||
|
|
@ -177,7 +177,7 @@
|
|||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- dialogs -->
|
||||
<quiet-popover id="popWeb" for="popover__url">
|
||||
<form id="popUrl" style="background: #ffecb3;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue