All Downloads are FREE. Search and download functionalities are using the official Maven repository.

reflare.style.file_chooser.css Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show 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/.
 */


filechooser {
  padding: 5px;
  background-color: #ececec;
  color: #262626;
}

filechooser > .file-pane {
  border: 1px solid;
  border-color: #d7d7d7 #d3d3d3 #bfbfbf;
  background-color: white;
}

filechooser button, filechooser button:hover, filechooser button:focus {
  background-color: white;
  border: 1px solid;
  border-color: #d7d7d7 #d3d3d3 #bfbfbf;
  border-radius: 4px;
  margin: 2px;
  padding: 2px 12px;
  color: #262626;
}

filechooser text, filechooser text:hover,
filechooser combobox, filechooser combobox:hover {
  background-color: #f6f6f6;
  border-color: #d7d7d7 #d3d3d3 #bfbfbf;
  border-radius: 4px;
  border-style: solid;
  padding: 3px;
}

filechooser button:focus,
filechooser text:focus, filechooser combobox:focus {
  border: 2px #91C8FF solid;
  margin: 1px;
}

filechooser button:active {
  background-color: #1e90ff;
  border: 1px dodgerblue solid;
  border-radius: 4px;
  margin: 2px;
  color: white;
}

filechooser button:disabled {
  background-color: #f6f6f6;
  color: #636363;
}

filechooser list text, filechooser list text:hover,
filechooser list text:focus, filechooser list text:active {
  border: none;
  padding: 0;
  margin: 0;
  background-color: white;
}

filechooser combobox > button, filechooser combobox > button:hover,
filechooser combobox > button:focus, filechooser combobox > button:active {
  border: none;
  margin: 0;
  padding: 0;
  background: dodgerblue;
  border-radius: 0 3px 3px 0;
}

filechooser combobox > button:disabled {
  background: #636363;
}

filechooser combobox > text, filechooser combobox > text:hover,
filechooser combobox > text:focus, filechooser combobox > text:active {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

filechooser combobox button {
  fill: white;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy