comparison src/bbcode/bbcode.css @ 47:7ef9222474e2

add more button
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 14 Nov 2022 23:01:29 -0700
parents 2d4f00755092
children f225e82b2bf8
comparison
equal deleted inserted replaced
46:289718f121e4 47:7ef9222474e2
21 justify-content: flex-end; 21 justify-content: flex-end;
22 } 22 }
23 div[bbcode] div[buttons] button { 23 div[bbcode] div[buttons] button {
24 border: 0; 24 border: 0;
25 background-color: transparent; 25 background-color: transparent;
26 border-radius: 4px;
27 }
28 div[bbcode] div[buttons] button:hover {
29 background-color: lightgrey;
30 }
31 div[bbcode] div[buttons] button[checked] {
32 background-color: lightblue;
26 } 33 }
27 div[bbcode] div[buttons] img { 34 div[bbcode] div[buttons] img {
28 height: 24px; 35 height: 24px;
29 } 36 }