root/trunk/chrome/content/skin/ahs.css @ 117

リビジョン 117, 2.6 KB (コミッタ: h, 8 か月 前)

1.1をマージ。

  • 属性 svn:mime-type の設定値 text/plain
行番号 
1@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
2
3#main-window
4        menu
5, #main-window
6        menuitem
7, #main-window
8        toolbarbutton
9, #main-window
10        .autocomplete-richlistitem
11, #main-window
12        .autocomplete-richlistitem .ac-url-text
13, #main-window
14        treechildren.autocomplete-treebody
15, #main-window
16        treechildren.autocomplete-treebody::-moz-tree-cell-text(selected)
17, #main-window
18        treechildren.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment)
19, #main-window
20        #sidebar-box > sidebarheader
21, #main-window
22        #sidebar-title
23, #main-window
24        #FindToolbar
25, #main-window
26        #FindToolbar label
27, #bookmarksPanel
28        menu
29, #bookmarksPanel
30        menuitem
31, #bookmarksPanel
32        treechildren
33, #bookmarksPanel
34        treechildren::-moz-tree-cell-text(selected)
35, #history-panel
36        menu
37, #history-panel
38        menuitem
39, #history-panel
40        treechildren
41, #history-panel
42        treechildren::-moz-tree-cell-text(selected)
43{
44        color: #039 !important;
45}
46
47#main-window
48        .tabbrowser-tab
49, #main-window
50        #urlbar
51, #main-window
52        #autocomplete-security-wrapper
53, #main-window
54        #urlbar[level="high"] > .autocomplete-textbox-container
55, #main-window
56        #urlbar[level="low"] > .autocomplete-textbox-container
57, #main-window
58        .searchbar-textbox
59, #main-window
60        #status-bar
61, #main-window
62        .findbar-textbox
63, #bookmarksPanel
64, #bookmarksPanel
65        #search-box
66, #history-panel
67, #history-panel
68        #search-box
69, #history-panel
70        #viewButton
71{
72        color: #153668 !important;
73}
74
75#main-window
76        menu[_moz-menuactive="true"]
77, #main-window
78        menuitem[_moz-menuactive="true"]
79, #main-window
80        treechildren.autocomplete-treebody::-moz-tree-row(selected)
81, #main-window
82        .autocomplete-richlistitem[selected="true"]
83, #bookmarksPanel
84        menu[_moz-menuactive="true"]
85, #bookmarksPanel
86        menuitem[_moz-menuactive="true"]
87, #bookmarksPanel
88        treechildren::-moz-tree-row(selected)
89, #history-panel
90        menu[_moz-menuactive="true"]
91, #history-panel
92        menuitem[_moz-menuactive="true"]
93, #history-panel
94        treechildren::-moz-tree-row(selected)
95{
96        background: #000000 !important;
97        color: #ffffff !important;
98}
99
100#main-window
101, #main-window
102        popup:not([id="autoscroller"])
103, #main-window
104        menupopup
105, #main-window
106        .autocomplete-richlistitem
107, #main-window
108        #sidebar-box > sidebarheader
109, #main-window
110        #sidebar-title
111, #main-window
112        #FindToolbar
113, #main-window
114        #status-bar > statusbarpanel
115, #bookmarksPanel
116, #bookmarksPanel
117        > hbox
118, #bookmarksPanel
119        popup:not([id="autoscroller"])
120, #bookmarksPanel
121        menupopup
122, #bookmarksPanel
123        treechildren
124, #history-panel
125, #history-panel
126        > hbox
127, #history-panel
128        popup:not([id="autoscroller"])
129, #history-panel
130        menupopup
131, #history-panel
132        treechildren
133, #history-panel
134        #viewButton
135{
136        background-color: #ffffff !important;
137}
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。