WebUI: Use Map instead of Mootools Hash in Torrents table
[qBittorrent.git] / src / webui / www / private / css / Core.css
blob173bd64b58bd86c52f7415a70709af2d7d3a18d7
1 /*
3 Core.css for Mocha UI
5 Theme: Default
7 Copyright:
8 Copyright (c) 2007-2009 Greg Houston, <http://greghoustondesign.com/>.
10 License:
11 MIT-style license.
13 Notes:
14 CSS rules in this file:
16 1. Rules required by all MochaUI components or are shared by more than one.
17 2. Theme specific adjustments to plugin styles.
18 3. Miscellaneous rules that have no better place to go.
22 /* Required By All
23 ---------------------------------------------------------------- */
25 /* Clears */
27 .clear {
28 clear: both;
29 height: 0;
32 * html .clear {
33 font-size: 1px;
34 line-height: 1px;
35 overflow: hidden;
36 visibility: hidden;
39 /* Miscellaneous
40 ---------------------------------------------------------------- */
42 #themeControl {
43 margin-top: 2px;
46 /* Theme Specific Adjustments to Default Plugin Styles
47 ---------------------------------------------------------------- */
49 /* Folder Tree */
51 .tree li a {
52 color: #3f3f3f !important;