mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 14:42:02 +03:00
links: all inputs use gray2
This commit is contained in:
parent
75e65573d3
commit
744232eef1
@ -260,7 +260,7 @@ export class LinkSubmit extends Component<LinkSubmitProps, LinkSubmitState> {
|
||||
</div>
|
||||
<input
|
||||
type="text"
|
||||
className="pl2 bg-transparent w-100 f8 white-d"
|
||||
className="pl2 bg-transparent w-100 f8 white-d linkTitle"
|
||||
style={{
|
||||
resize: 'none',
|
||||
height: 40
|
||||
|
@ -6,6 +6,10 @@
|
||||
padding-bottom: 56.25%;
|
||||
}
|
||||
|
||||
.linkTitle::placeholder {
|
||||
color: #7f7f7f;
|
||||
}
|
||||
|
||||
.links.embed-container iframe, .links.embed-container object, .links.embed-container embed {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user