
My KDE 3.5
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
kesiev
15 years ago
However... awesome. Totally stylish.
Report
swoke
15 years ago
Report
inane
15 years ago
Report
sztywny
15 years ago
.autocomplete-history-dropmarker {
display: none !important;
}
.toolbarbutton-menubutton-dropmarker {
display: none !important;
}
menubar, menubutton, menulist, menu, menuitem, textbox, toolbar, tab, tree, tooltip, statusbar, window, message-box, sidebar, page, dialog, wizard
{
font-family: Luxi Sans !important;
font-size: 10px !important;
color: #303030 !important;
}
#content > tabbox
{
background: #f5f5f5;
}
.tabbrowser-tabs, .tab-text
{
font-family: Luxi Sans !important;
font-size: 10px !important;
}
.tabbrowser-tabs .tab-icon {
display: none;
}
.tabbrowser-tabs *|tab[busy] .tab-icon {
display:-moz-box;
}
window
{
font-size: 11px !important;
font-family: Luxi Sans !important;
}
tab[selected="true"]
{
font-weight: normal !important;
}
Report