
reflare.style.user-agent.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fernice-reflare Show documentation
Show all versions of fernice-reflare Show documentation
CSS integration through fernice-flare in Java Swing as a LookAndFeel
The newest version!
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
:root {
font-family: sans-serif;
font-size: 13px;
color: #101010;
}
root, tooltip, combobox-popup, popupmenu {
background-color: #ececec;
}
/* none - :hover */
button, button:hover,
toggle, toggle:hover {
background-color: white;
border: 1px solid;
border-color: #d7d7d7 #d3d3d3 #bfbfbf;
border-radius: 4px;
margin: 2px;
padding: 2px 12px;
color: #262626;
}
text, text:hover, textarea, textarea:hover,
combobox, combobox:hover {
background-color: #f8f8f8;
border-color: #d7d7d7 #d3d3d3 #bfbfbf;
border-radius: 4px;
border-style: solid;
padding: 3px;
margin: 2px;
border-width: 1px;
}
/* :focus */
button:focus, toggle:focus,
text:focus, textarea:focus, combobox:focus {
border: 2px #91C8FF solid;
margin: 1px;
}
/* :active */
button:active, toggle:active, toggle:checked {
background-color: #1e90ff;
border: 1px dodgerblue solid;
border-radius: 4px;
margin: 2px;
color: white;
}
button:disabled, toggle:disabled {
background-color: #f6f6f6;
color: #636363;
}
combobox > button, combobox > button:hover,
combobox > button:focus, combobox > button:active {
border: none;
margin: 0;
padding: 0;
background: dodgerblue;
border-radius: 0 3px 3px 0;
}
combobox > button:disabled {
background: #636363;
}
combobox > text, combobox > text:hover,
combobox > text:focus, combobox > text:active {
border: none;
margin: 0;
padding: 0;
background: transparent;
}
combobox > button {
fill: white;
}
checkbox, radio {
fill: #444444;
}
checkbox:checked, radio:checked {
fill: dodgerblue;
}
checkbox:disabled, radio:disabled {
fill: #aaaaaa;
}
.flr-list-cell {
color: black;
padding: 5px;
}
.flr-list-cell:active {
background-color: dodgerblue;
color: white;
}
::selection {
background-color: dodgerblue;
color: white;
}
menubar {
background: linear-gradient(to bottom, #ececec, #d5d5d5);
}
menuitem, menu {
background-color: white;
padding: 2px 1px;
}
menuitem:hover, menuitem:active, menu:active {
background-color: dodgerblue;
color: white;
}
menuitem:disabled, menu:disabled {
background-color: white;
color: #636363;
}
separator {
background-color: white;
padding: 5px 5px;
color: #bfbfbf;
}
scrollbar {
background: #99999933;
color: #99999977;
}
scrollbar:hover {
color: #99999999;
}
scrollbar.flr-scrollbar-minimalistic {
background: transparent;
color: #44444455;
}
scrollbar.flr-scrollbar-minimalistic:hover {
color: #44444477;
}
scrollbar > button.flr-scrollbar-button, scrollbar > button.flr-scrollbar-button:hover,
scrollbar > button.flr-scrollbar-button:focus, scrollbar > button.flr-scrollbar-button:active {
margin: 0;
border-radius: 0;
background: transparent;
border: none;
}
scrollbar > button.flr-scrollbar-button:active {
background: dodgerblue;
}
tooltip {
color: #101010;
padding: 5px;
}
th label {
background: #dddddd;
padding: 2px 4px;
/*border: #d3d3d3 1px solid;*/
}
th label:hover {
background: white;
}
table label {
padding: 2px;
}
table label:active {
color: white;
background: dodgerblue;
}
.flr-table-corner {
background: #eeeeee;
border-bottom: 1px #bfbfbf solid;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy