Mercurial Hosting > freedit
view src/bbcode/bbcode.css @ 45:2d4f00755092
bcode editor work
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 13 Nov 2022 22:07:18 -0700 |
parents | 96f0c3d65698 |
children | 7ef9222474e2 |
line wrap: on
line source
div[bbcode] * { box-sizing: border-box; } div[bbcode] textarea { font: inherit; padding: 7px; border-color: #DDDDDD; width: 100%; } div[bbcode] input[type="file"] { display: none; } div[bbcode] button:hover { cursor: pointer; } div[bbcode] div[buttons] { display: flex; justify-content: flex-end; } div[bbcode] div[buttons] button { border: 0; background-color: transparent; } div[bbcode] div[buttons] img { height: 24px; }