Various dark theme color fixes
This commit is contained in:
parent
ad59440b2b
commit
a669b58c55
|
@ -148,7 +148,7 @@
|
|||
<!-- New Feature -->
|
||||
{{if not (.CurrentUser.GetProfileField "hero-color-start")}}
|
||||
<div class="card block">
|
||||
<header class="card-header has-background-success-dark">
|
||||
<header class="card-header has-background-success">
|
||||
<p class="card-header-title has-text-light">
|
||||
<i class="fa fa-gift mr-2"></i>
|
||||
New Feature: Profile Look & Feel
|
||||
|
@ -269,7 +269,7 @@
|
|||
<div class="column">
|
||||
<div class="card" id="notifications">
|
||||
<header class="card-header has-background-warning">
|
||||
<p class="card-header-title has-text-dark-dark">Notifications</p>
|
||||
<p class="card-header-title has-text-dark">Notifications</p>
|
||||
</header>
|
||||
|
||||
<div class="card-content">
|
||||
|
@ -339,7 +339,7 @@
|
|||
|
||||
<div class="card nonshy-collapsible-mobile nonshy-collapsible-always mb-5">
|
||||
<header class="card-header has-background-link-light">
|
||||
<p class="card-header-title">
|
||||
<p class="card-header-title has-text-dark">
|
||||
<i class="fa fa-list mr-2"></i> Notification Types
|
||||
</p>
|
||||
<button class="card-header-icon" type="button">
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
<div class="card nonshy-collapsible-mobile">
|
||||
<header class="card-header has-background-link-light">
|
||||
<p class="card-header-title">
|
||||
<p class="card-header-title has-text-dark">
|
||||
Search Filters
|
||||
</p>
|
||||
<button class="card-header-icon" type="button">
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
<div class="card nonshy-collapsible-mobile">
|
||||
<header class="card-header has-background-link-light">
|
||||
<p class="card-header-title">
|
||||
<p class="card-header-title has-text-dark">
|
||||
Search Filters
|
||||
</p>
|
||||
<button class="card-header-icon" type="button">
|
||||
|
|
|
@ -243,32 +243,32 @@
|
|||
{{if eq $Root.Box "sent"}}
|
||||
{{$User := $UserMap.Get .TargetUserID}}
|
||||
<div class="column is-narrow">
|
||||
<strong class="has-text-success-dark">Sent To</strong>
|
||||
<strong class="has-text-success">Sent To</strong>
|
||||
</div>
|
||||
<div class="column is-narrow mx-2">
|
||||
{{template "avatar-24x24" $User}}
|
||||
</div>
|
||||
<div class="column has-text-success-dark">{{$User.Username}}</div>
|
||||
<div class="column has-text-success">{{$User.Username}}</div>
|
||||
{{else}}
|
||||
{{$User := $UserMap.Get .SourceUserID}}
|
||||
<div class="column is-narrow">
|
||||
<strong class="has-text-info-dark">From</strong>
|
||||
<strong class="has-text-info">From</strong>
|
||||
</div>
|
||||
<div class="column is-narrow mx-2">
|
||||
{{template "avatar-24x24" $User}}
|
||||
</div>
|
||||
<div class="column has-text-info-dark">{{$User.Username}}</div>
|
||||
<div class="column has-text-info">{{$User.Username}}</div>
|
||||
{{end}}
|
||||
</div>
|
||||
<div class="my-1">
|
||||
<a href="/messages/read/{{.ID}}" class="has-text-dark">
|
||||
<a href="/messages/read/{{.ID}}" class="has-text-text">
|
||||
<em>
|
||||
{{Substring .Message 48}}{{if gt (len .Message) 48}}…{{end}}
|
||||
</em>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="/messages/read/{{.ID}}" class="has-text-dark">
|
||||
<a href="/messages/read/{{.ID}}" class="has-text-text">
|
||||
Sent {{.CreatedAt.Format "2006-01-02 15:04:05"}}
|
||||
{{if not .Read}}
|
||||
<span class="tag is-success">{{if eq $Root.Box "sent"}}UNREAD{{else}}NEW{{end}}</span>
|
||||
|
|
|
@ -344,7 +344,7 @@
|
|||
|
||||
<div class="card nonshy-collapsible-mobile">
|
||||
<header class="card-header has-background-link-light">
|
||||
<p class="card-header-title">
|
||||
<p class="card-header-title has-text-dark">
|
||||
Search Filters
|
||||
</p>
|
||||
<button class="card-header-icon" type="button">
|
||||
|
|
|
@ -306,7 +306,7 @@
|
|||
name="visibility"
|
||||
value="friends"
|
||||
{{if eq .EditPhoto.Visibility "friends"}}checked{{end}}>
|
||||
<strong class="has-text-warning-dark ml-1">
|
||||
<strong class="has-text-warning ml-1">
|
||||
<span>Friends only</span>
|
||||
<span class="icon"><i class="fa fa-user-group"></i></span>
|
||||
</strong>
|
||||
|
@ -335,9 +335,9 @@
|
|||
</p>
|
||||
</div>
|
||||
|
||||
<div class="has-text-warning-dark is-size-7 mt-4">
|
||||
<div class="has-text-warning is-size-7 mt-4">
|
||||
<i class="fa fa-info-circle mr-1"></i>
|
||||
<strong class="has-text-warning-dark">Reminder:</strong> There are risks inherent with sharing
|
||||
<strong class="has-text-warning">Reminder:</strong> There are risks inherent with sharing
|
||||
pictures on the Internet, and {{PrettyTitle}} can't guarantee that another member of the site
|
||||
won't download and possibly redistribute your photos. You may mark your picture as "Friends only"
|
||||
or "Private" to limit who on the website will see it, but anybody who <em>can</em> see it could potentially
|
||||
|
@ -363,7 +363,7 @@
|
|||
</label>
|
||||
|
||||
{{if .SiteGalleryThrottled}}
|
||||
<p class="help has-text-warning-dark">
|
||||
<p class="help has-text-warning">
|
||||
<i class="fa fa-exclamation-triangle"></i>
|
||||
You have shared too many photos with the Site Gallery recently!<br><br>
|
||||
We currently limit members to featuring <strong>{{.SiteGalleryThrottleLimit}} photos</strong>
|
||||
|
@ -380,7 +380,7 @@
|
|||
Leave this box checked and your photo can appear in the site's Photo Gallery
|
||||
page. Mainly your <strong class="has-text-link">Public</strong> photos will appear
|
||||
on the Gallery, and your approved friends may see your
|
||||
<strong class="has-text-warning-dark">Friends-only</strong> photos there as well.
|
||||
<strong class="has-text-warning">Friends-only</strong> photos there as well.
|
||||
<strong class="has-text-private">Private</strong> photos may appear in
|
||||
the gallery to users whom you have granted access. If this is undesirable,
|
||||
un-check the Gallery box to skip the Site Gallery.
|
||||
|
|
Loading…
Reference in New Issue
Block a user