]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.css
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / plugins / bootstrap-wysihtml5 / bootstrap3-wysihtml5.css
CommitLineData
31f18b77
FG
1ul.wysihtml5-toolbar {
2 margin: 0;
3 padding: 0;
4 display: block;
5}
6
7ul.wysihtml5-toolbar::after {
8 clear: both;
9 display: table;
10 content: "";
11}
12
13ul.wysihtml5-toolbar > li {
14 float: left;
15 display: list-item;
16 list-style: none;
17 margin: 0 5px 10px 0;
18}
19
20ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
21 font-weight: bold;
22}
23
24ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
25 font-style: italic;
26}
27
28ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
29 text-decoration: underline;
30}
31
32ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
33 background-image: none;
34 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
35 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
36 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
37 background-color: #E6E6E6;
38 background-color: #D9D9D9;
39 outline: 0;
40}
41
42ul.wysihtml5-commands-disabled .dropdown-menu {
43 display: none !important;
44}
45
46ul.wysihtml5-toolbar div.wysihtml5-colors {
47 display:block;
48 width: 50px;
49 height: 20px;
50 margin-top: 2px;
51 margin-left: 5px;
52 position: absolute;
53 pointer-events: none;
54}
55
56ul.wysihtml5-toolbar a.wysihtml5-colors-title {
57 padding-left: 70px;
58}
59
60ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
61 background: black !important;
62}
63
64ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
65 background: silver !important;
66}
67
68ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
69 background: gray !important;
70}
71
72ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
73 background: maroon !important;
74}
75
76ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
77 background: red !important;
78}
79
80ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
81 background: purple !important;
82}
83
84ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
85 background: green !important;
86}
87
88ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
89 background: olive !important;
90}
91
92ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
93 background: navy !important;
94}
95
96ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
97 background: blue !important;
98}
99
100ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
101 background: orange !important;
102}
103
104.glyphicon-quote:before {
105 content: "\201C";
106 font-family: Georgia, serif;
107 font-size: 50px;
108 position: absolute;
109 top: -4px;
110 left: -3px;
111 max-height: 100%;
112}
113
114.glyphicon-quote:after {
115 content: "\0000a0";
116}
117