bf0626cb58
[fix] You shouldn't lose your changes if you select another item in the middle of editing a field. [fix] The dropdown menu to select notes doesn't steal the focus
84 lines
No EOL
999 B
CSS
84 lines
No EOL
999 B
CSS
vbox #scholar-pane
|
|
{
|
|
background: #f5f5f5;
|
|
min-height: 150px;
|
|
padding: 4px;
|
|
}
|
|
|
|
tree #collections-tree
|
|
{
|
|
min-width: 100px;
|
|
max-width: 200px;
|
|
}
|
|
|
|
#collections-tree treechildren::-moz-tree-image
|
|
{
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#scholar-tree-splitter
|
|
{
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
tree #items-tree
|
|
{
|
|
|
|
}
|
|
|
|
#scholar-pane toolbar
|
|
{
|
|
border-bottom: none;
|
|
background: #f5f5f5;
|
|
height: 24px;
|
|
}
|
|
|
|
#scholar-pane toolbar toolbarbutton
|
|
{
|
|
|
|
}
|
|
|
|
#scholar-pane toolbar .toggler
|
|
{
|
|
margin: 4px;
|
|
}
|
|
|
|
#tb-search
|
|
{
|
|
width: 150px;
|
|
}
|
|
|
|
#scholar-splitter
|
|
{
|
|
border-top: none;
|
|
border-bottom: 1px solid #A3A3A3;
|
|
min-height: 4px;
|
|
max-height: 4px;
|
|
background: #f5f5f5 !important;
|
|
}
|
|
|
|
#scholar-metadata
|
|
{
|
|
overflow: auto;
|
|
}
|
|
|
|
#scholar-notes-menu
|
|
{
|
|
-moz-user-focus: ignore;
|
|
}
|
|
|
|
#scholar-view-item .clicky
|
|
{
|
|
-moz-border-radius: 6px;
|
|
}
|
|
|
|
#scholar-view-item .clicky:hover
|
|
{
|
|
color: white;
|
|
background: #666666;
|
|
}
|
|
|
|
textbox[multiline="true"][type="timed"]
|
|
{
|
|
-moz-binding: url('chrome://scholar/content/customControls.xml#timed-textarea');
|
|
} |