Project

General

Profile

Feature #39880

Updated by Mischa The Evil 5 months ago

Now that border-radius is already sparsely used in the Redmine core, there are three additional places that I've come across where a small border-radius (3px?) would be nice to have: 
 * selected issue journals 
 ** {{collapse(CSS selector:) 
 <pre><code class="css">#history div:target h4.note-header</code></pre> 
 }}  
 * selected forum topic replies (i.e. messages) 
 ** {{collapse(CSS selector:) 
 <pre><code class="css">#replies .reply:target h4.reply-header</code></pre> 
 }} 
 * selected wiki page headings 
 ** {{collapse(CSS selector:) 
 <pre><code class="css">div.wiki a:target + h1, div.wiki a:target + h2, div.wiki a:target + h3, div.wiki a:target + h4, div.wiki a:target + h5, div.wiki a:target + h6</code></pre> 
 }} 

 There actually is a fourth place, but that one (the progress bars) needs, IMHO, more work first and in addition to it, so I'll leave it out of this issue to keep this small and easy. 
 -- _author edit: this is now tracked in #39881._ 

Back