zotero/chrome/chromeFiles/skin/default/scholar/overlay.css
David Norton bf0626cb58 [interface] All editing elements that look like labels but provide functionality now offer hover feedback
[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
2006-06-16 17:21:30 +00:00

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');
}