Mercurial Hosting > freedit
comparison 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 |
comparison
equal
deleted
inserted
replaced
44:96f0c3d65698 | 45:2d4f00755092 |
---|---|
9 } | 9 } |
10 | 10 |
11 div[bbcode] input[type="file"] { | 11 div[bbcode] input[type="file"] { |
12 display: none; | 12 display: none; |
13 } | 13 } |
14 | |
15 div[bbcode] button:hover { | |
16 cursor: pointer; | |
17 } | |
18 | |
19 div[bbcode] div[buttons] { | |
20 display: flex; | |
21 justify-content: flex-end; | |
22 } | |
23 div[bbcode] div[buttons] button { | |
24 border: 0; | |
25 background-color: transparent; | |
26 } | |
27 div[bbcode] div[buttons] img { | |
28 height: 24px; | |
29 } |