|
|
|
@ -144,6 +144,9 @@
|
|
|
|
|
background: #fff;
|
|
|
|
|
color: #000
|
|
|
|
|
}
|
|
|
|
|
.paintweb_main_main{
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.paintweb_tools {
|
|
|
|
|
border-left: 1px solid #d6d6d6;
|
|
|
|
@ -151,8 +154,6 @@
|
|
|
|
|
list-style: none;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
/*width: 416px;*/
|
|
|
|
|
width:100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
border:0px solid blue;
|
|
|
|
|
}
|
|
|
|
@ -195,6 +196,7 @@
|
|
|
|
|
white-space: nowrap
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.paintweb_strokeFillStyles:hover, .paintweb_strokeFillStyles:focus,
|
|
|
|
|
.paintweb_tool:hover, .paintweb_tool:focus,
|
|
|
|
|
.paintweb_command:hover, .paintweb_command:focus,
|
|
|
|
|
.paintweb_icon:hover, .paintweb_icon:focus { background: #fff }
|
|
|
|
@ -735,40 +737,34 @@
|
|
|
|
|
.paintweb_strokeFillStyles {
|
|
|
|
|
/*background: url("images/toolbar-colors.png") no-repeat;*/
|
|
|
|
|
/*font-size: 0.9em;*/
|
|
|
|
|
height: 67px;
|
|
|
|
|
|
|
|
|
|
/*left: 297px;*/
|
|
|
|
|
right: 337px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -8px;
|
|
|
|
|
width: 69px
|
|
|
|
|
/*right: 337px;
|
|
|
|
|
height: 67px;
|
|
|
|
|
position: absolute;*/
|
|
|
|
|
|
|
|
|
|
width: 40px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.paintweb_opt_fillStyle {
|
|
|
|
|
height: 51px;
|
|
|
|
|
margin: 2px 0 0 13px;
|
|
|
|
|
margin: 0 0 0 4px;
|
|
|
|
|
padding: 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.paintweb_opt_strokeStyle {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0 11px 0 0;
|
|
|
|
|
margin: -10px 0 0 14px;
|
|
|
|
|
padding: 0 0 0 0;
|
|
|
|
|
text-align: right
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.paintweb_fillStyle {
|
|
|
|
|
height: 18px;
|
|
|
|
|
left: 23px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 20px;
|
|
|
|
|
width: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.paintweb_strokeStyle {
|
|
|
|
|
bottom: 18px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 15px;
|
|
|
|
|
width: 18px
|
|
|
|
|
width: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.paintweb_floatingPanel_colormixer .paintweb_tabsList {
|
|
|
|
|