|
|
|
|
@ -9637,6 +9637,10 @@ span#notebook_name {
|
|
|
|
|
padding: 3px;
|
|
|
|
|
border: none;
|
|
|
|
|
font-size: 146.5%;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
span#notebook_name:hover {
|
|
|
|
|
background-color: #e6e6e6;
|
|
|
|
|
}
|
|
|
|
|
div#notebook_panel {
|
|
|
|
|
margin: 0px 0px 0px 0px;
|
|
|
|
|
@ -9751,8 +9755,64 @@ p {
|
|
|
|
|
padding-top: 3px;
|
|
|
|
|
}
|
|
|
|
|
.celltoolbar select {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 32px;
|
|
|
|
|
padding: 6px 12px;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
line-height: 1.42857143;
|
|
|
|
|
color: #555555;
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
background-image: none;
|
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
|
|
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
|
|
|
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
|
|
|
height: 30px;
|
|
|
|
|
padding: 5px 10px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
width: inherit;
|
|
|
|
|
font-size: 87%;
|
|
|
|
|
height: 22px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
.celltoolbar select:focus {
|
|
|
|
|
border-color: #66afe9;
|
|
|
|
|
outline: 0;
|
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
|
|
|
}
|
|
|
|
|
.celltoolbar select::-moz-placeholder {
|
|
|
|
|
color: #999999;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
.celltoolbar select:-ms-input-placeholder {
|
|
|
|
|
color: #999999;
|
|
|
|
|
}
|
|
|
|
|
.celltoolbar select::-webkit-input-placeholder {
|
|
|
|
|
color: #999999;
|
|
|
|
|
}
|
|
|
|
|
.celltoolbar select[disabled],
|
|
|
|
|
.celltoolbar select[readonly],
|
|
|
|
|
fieldset[disabled] .celltoolbar select {
|
|
|
|
|
cursor: not-allowed;
|
|
|
|
|
background-color: #eeeeee;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
textarea.celltoolbar select {
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
select.celltoolbar select {
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
|
|
|
|
textarea.celltoolbar select,
|
|
|
|
|
select[multiple].celltoolbar select {
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
.celltoolbar label {
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
|