3ac311e85a
Conditions can now offer drop-down menus rather than freeform text fields -- implemented for collections/saved searches and item types Special handling to combine collections and saved searches into a single "Collection" menu (can we get away with calling them "Smart Collections"?) -- internally, values are stored as C1234 or S5678 in the interface and converted to/from regular collectionID and savedSearchID conditions for search.js Use localized strings for conditions (tries searchConditions.* first, then itemFields.*) Alphabetize condition list Operator menu now fixed length for all conditions
141 lines
No EOL
2.6 KiB
CSS
141 lines
No EOL
2.6 KiB
CSS
#scholar-toolbar-button
|
|
{
|
|
list-style-image: url('chrome://scholar/skin/toolbar-large.png');
|
|
}
|
|
|
|
#scholar-toolbar-button:active
|
|
{
|
|
list-style-image: url('chrome://scholar/skin/toolbar-large-active.png');
|
|
}
|
|
|
|
#scholar-toolbar-button[disabled="true"]
|
|
{
|
|
list-style-image: url('chrome://scholar/skin/toolbar-large-disabled.png');
|
|
}
|
|
|
|
toolbar[iconsize="small"] #scholar-toolbar-button
|
|
{
|
|
list-style-image: url('chrome://scholar/skin/toolbar-small.png');
|
|
}
|
|
|
|
toolbar[iconsize="small"] #scholar-toolbar-button:active
|
|
{
|
|
list-style-image: url('chrome://scholar/skin/toolbar-small-active.png');
|
|
}
|
|
|
|
toolbar[iconsize="small"] #scholar-toolbar-button[disabled="true"]
|
|
{
|
|
list-style-image: url('chrome://scholar/skin/toolbar-small-disabled.png');
|
|
}
|
|
|
|
#scholar-toolbar-button
|
|
{
|
|
list-style-image: url('chrome://scholar/skin/toolbar-large.png');
|
|
}
|
|
|
|
toolbar[iconsize="small"] #scholar-toolbar-button
|
|
{
|
|
list-style-image: url('chrome://scholar/skin/toolbar-small.png');
|
|
}
|
|
|
|
textbox[multiline="true"][type="timed"]
|
|
{
|
|
-moz-binding: url('chrome://scholar/content/bindings/timedtextarea.xml#timed-textarea');
|
|
}
|
|
|
|
noteeditor
|
|
{
|
|
-moz-binding: url('chrome://scholar/content/bindings/noteeditor.xml#note-editor');
|
|
}
|
|
|
|
linksbox
|
|
{
|
|
-moz-binding: url('chrome://scholar/content/bindings/noteeditor.xml#links-box');
|
|
}
|
|
|
|
tagsbox
|
|
{
|
|
-moz-binding: url('chrome://scholar/content/bindings/tagsbox.xml#tags-box');
|
|
}
|
|
|
|
seealsobox
|
|
{
|
|
-moz-binding: url('chrome://scholar/content/bindings/relatedbox.xml#seealso-box');
|
|
}
|
|
|
|
scholarsearch
|
|
{
|
|
-moz-binding: url('chrome://scholar/content/bindings/scholarsearch.xml#search-box');
|
|
width:60em;
|
|
}
|
|
|
|
searchcondition
|
|
{
|
|
-moz-binding: url('chrome://scholar/content/bindings/scholarsearch.xml#search-condition');
|
|
}
|
|
|
|
searchcondition menulist[id="operatorsmenu"]
|
|
{
|
|
width:15em;
|
|
}
|
|
|
|
.clicky, .unclicky
|
|
{
|
|
-moz-border-radius: 6px;
|
|
}
|
|
|
|
.clicky[value="-"], .clicky[value="+"],
|
|
.unclicky[value="-"], .unclicky[value="+"]
|
|
{
|
|
margin: 0px;
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
}
|
|
|
|
.clicky:hover
|
|
{
|
|
color: white;
|
|
background: #666666;
|
|
}
|
|
|
|
#scholar-progress-box
|
|
{
|
|
border: 2px solid #7a0000;
|
|
margin: 0;
|
|
min-height: 50px;
|
|
width: 250px;
|
|
padding-bottom: 3px;
|
|
}
|
|
|
|
.scholar-progress-item-icon
|
|
{
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.scholar-progress-item-hbox
|
|
{
|
|
padding-left: 5px;
|
|
margin-top: 3px;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.scholar-progress-item-label
|
|
{
|
|
width: 210px;
|
|
}
|
|
|
|
.scholar-progress-description
|
|
{
|
|
width: 220px;
|
|
}
|
|
|
|
.scholar-scrape-popup-library
|
|
{
|
|
list-style-image: url('chrome://scholar/skin/treesource-library.png');
|
|
}
|
|
|
|
.scholar-scrape-popup-collection
|
|
{
|
|
list-style-image: url('chrome://scholar/skin/treesource-collection.png');
|
|
} |