Path: blob/main/website/GAUSS/inputs-ext/wysihtml5/bootstrap-wysihtml5-0.0.2/bootstrap-wysihtml5-0.0.2.css
2946 views
ul.wysihtml5-toolbar {1margin: 0;2padding: 0;3display: block;4}56ul.wysihtml5-toolbar::after {7clear: both;8display: table;9content: "";10}1112ul.wysihtml5-toolbar > li {13float: left;14display: list-item;15list-style: none;16margin: 0 5px 10px 0;17}1819ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {20font-weight: bold;21}2223ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {24font-style: italic;25}2627ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {28text-decoration: underline;29}3031ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {32background-image: none;33-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);34-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);35box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);36background-color: #E6E6E6;37background-color: #D9D9D9;38outline: 0;39}4041ul.wysihtml5-commands-disabled .dropdown-menu {42display: none !important;43}4445ul.wysihtml5-toolbar div.wysihtml5-colors {46display:block;47width: 50px;48height: 20px;49margin-top: 2px;50margin-left: 5px;51position: absolute;52pointer-events: none;53}5455ul.wysihtml5-toolbar a.wysihtml5-colors-title {56padding-left: 70px;57}5859ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {60background: black !important;61}6263ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {64background: silver !important;65}6667ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {68background: gray !important;69}7071ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {72background: maroon !important;73}7475ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {76background: red !important;77}7879ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {80background: purple !important;81}8283ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {84background: green !important;85}8687ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {88background: olive !important;89}9091ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {92background: navy !important;93}9495ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {96background: blue !important;97}9899ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {100background: orange !important;101}102103104