Scrolling in a Non-Enterable (Read-Only) Text Field

I’m definitely not contesting this.

My top two pet peeves are the lack of a separate option browse (editing) / browse (consulting) and the frigging unformattable scroll bar.

Just recently I hit a wall with the latter. Didn’t realize that building a branded theme on the default blue summit would bite me. Try finding a default theme that has a scroll bar that is harmonious with the colour eggplant. Especially if the background is very light grey and the portal rows solid eggplant :eggplant: (master detail)

2 Likes

+1

search and select a theme as base of new one only by portal scrollbar, those cannot be edited - very annoying

Have you looked at Theme Editor - Business Data Systems?

Using Theme Editor I can see that there are 18 references to CSS classes affecting the scrollbar in the Minimalist Touch theme. As shown below, the number at the front is the line number in the CSS.

223: portal:normal .scrollbar_track
461: scrollbar:normal .self
469: scrollbar:disabled .self
476: scrollbar:normal .scrollbar_top_button
476: scrollbar:normal .scrollbar_top_button
490: scrollbar:hover .scrollbar_top_button
490: scrollbar:hover .scrollbar_top_button
501: scrollbar:pressed .scrollbar_top_button
501: scrollbar:pressed .scrollbar_top_button
513: scrollbar:normal .scrollbar_bottom_button
513: scrollbar:normal .scrollbar_bottom_button
527: scrollbar:hover .scrollbar_bottom_button
527: scrollbar:hover .scrollbar_bottom_button
538: scrollbar:pressed .scrollbar_bottom_button
538: scrollbar:pressed .scrollbar_bottom_button
550: scrollbar:normal .scrollbar_thumb
550: scrollbar:normal .scrollbar_thumb
898: text_area:normal .scrollbar_track

3 Likes