View Single Post
Old 03-26-2024, 06:04 PM   #4
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 1,641
Karma: 7908443
Join Date: Sep 2020
Device: none
I do use occasionally the searchable custom column link named "Filter Formats" on Book Details.

To differentiate between that and the built-in one that has the click-to-view formats links, besides the distinct heading name, I've added a bold styling to the latter, so it looks like this:

Click image for larger version

Name:	MWSnap 2024-03-26, 18_53_34.png
Views:	106
Size:	69.8 KB
ID:	207173

The CSS I have currently in Preferences -> Look and Feel -> Book Details
PHP Code:
#formats a {/*color:orange;*/ font-weight: bold; font-size: 11px !important;} 
In the past I had used also a different color for that distinction, but now I leave this styling bit commented and use different colors just for tags and title:

PHP Code:
#title { /* font-size: 12px !important;*/
color:orange !importantfont-weightbold; }

#tags, #tags a {color:#F578BE;    /*font-weight: bold;*/} 
BTW, the custom Filter Formats column is populated this way:

Click image for larger version

Name:	2024-03-26 19_02_54-Edit custom column.png
Views:	89
Size:	15.8 KB
ID:	207172
Comfy.n is offline   Reply With Quote