Mercurial Hosting > freedit
comparison src/bbcode/bbcode.css @ 50:0d99cec5142c
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 17 Nov 2022 22:00:59 -0700 |
parents | f225e82b2bf8 |
children | 78b2d6995244 |
comparison
equal
deleted
inserted
replaced
49:f225e82b2bf8 | 50:0d99cec5142c |
---|---|
1 div[bbcode] * { | 1 div[bbcode_editor] * { |
2 box-sizing: border-box; | 2 box-sizing: border-box; |
3 } | 3 } |
4 div[bbcode] textarea { | 4 div[bbcode_editor] textarea { |
5 font: inherit; | 5 font: inherit; |
6 padding: 7px; | 6 padding: 7px; |
7 border-color: #DDDDDD; | 7 border-color: #DDDDDD; |
8 width: 100%; | 8 width: 100%; |
9 } | 9 } |
10 | 10 |
11 div[bbcode] input[type="file"] { | 11 div[bbcode_editor] input[type="file"] { |
12 display: none; | 12 display: none; |
13 } | 13 } |
14 | 14 |
15 div[bbcode] button:hover { | 15 div[bbcode_editor] button:hover { |
16 cursor: pointer; | 16 cursor: pointer; |
17 } | 17 } |
18 | 18 |
19 div[bbcode] div[buttons] { | 19 div[bbcode_editor] div[buttons] { |
20 display: flex; | 20 display: flex; |
21 justify-content: flex-end; | 21 justify-content: flex-end; |
22 } | 22 } |
23 div[bbcode] div[buttons] button { | 23 div[bbcode_editor] div[buttons] button { |
24 border: 0; | 24 border: 0; |
25 background-color: transparent; | 25 background-color: transparent; |
26 border-radius: 4px; | 26 border-radius: 4px; |
27 } | 27 } |
28 div[bbcode] div[buttons] button:hover { | 28 div[bbcode_editor] div[buttons] button:hover { |
29 background-color: lightgrey; | 29 background-color: lightgrey; |
30 } | 30 } |
31 div[bbcode] div[buttons] button[checked] { | 31 div[bbcode_editor] div[buttons] button[checked] { |
32 background-color: lightblue; | 32 background-color: lightblue; |
33 } | 33 } |
34 div[bbcode] div[buttons] img { | 34 div[bbcode_editor] div[buttons] img { |
35 height: 24px; | 35 height: 24px; |
36 } | 36 } |
37 | |
37 | 38 |
38 div[from_bbcode] { | 39 div[from_bbcode] { |
39 white-space: pre-wrap; | 40 white-space: pre-wrap; |
40 line-height: 1.4; | 41 line-height: 1.4; |
41 } | 42 } |