hyperlinks
This commit is contained in:
parent
9739c7689e
commit
b082d62415
2 changed files with 18 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="dialog">
|
<div class="dialog" style="width: 400px">
|
||||||
<div class="menubar">
|
<div class="menubar">
|
||||||
<div class="menubar-title">
|
<div class="menubar-title">
|
||||||
Windows 98 Example
|
Windows 98 Example
|
||||||
|
|
@ -86,10 +86,18 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
<section class="field-row align-right">
|
<section class="field-row align-right">
|
||||||
<button>OK</button>
|
<button>OK</button>
|
||||||
<button>Cancel</button>
|
<button>Cancel</button>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<a href="https://google.com">Learn more</a>
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
--window-frame: #0a0a0a;
|
--window-frame: #0a0a0a;
|
||||||
--dialog-blue: #000080;
|
--dialog-blue: #000080;
|
||||||
--dialog-blue-light: #1084d0;
|
--dialog-blue-light: #1084d0;
|
||||||
|
--link-blue: #0000ff;
|
||||||
|
|
||||||
/* Spacing */
|
/* Spacing */
|
||||||
--element-spacing: 8px;
|
--element-spacing: 8px;
|
||||||
|
|
@ -330,3 +331,11 @@ textarea:focus {
|
||||||
select:active {
|
select:active {
|
||||||
background-image: url("./dropdown-button-active.svg");
|
background-image: url("./dropdown-button-active.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--link-blue);
|
||||||
|
}
|
||||||
|
|
||||||
|
a:focus {
|
||||||
|
outline: 1px dotted var(--link-blue);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue