Mercurial Hosting > freedit
view src/bbcode/bbcode.css @ 46:289718f121e4
use bbcode editor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 14 Nov 2022 18:43:38 -0700 |
parents | 2d4f00755092 |
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; }