Skip to content

Commit 53f2c81

Browse files
committed
Make the sorrounding of quick reply also grey
1 parent ac3890a commit 53f2c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pcekspert_grey_theme.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ function addGlobalStyle(css) {
3333

3434
addGlobalStyle("body, center, .page, html body div div.page div table, .alt1, .alt2, .panel, .alt1Active, .vBulletin_editor, html body div div.page div table tbody, .imagebutton { background: #B3B3B3 !important; }");
3535
addGlobalStyle("html body div div.page div table ~ table { background: #33669961 !important; }");
36-
// text box for reply, quick reply, new messages:
37-
addGlobalStyle("textarea { background: #C3C3C3 !important; }");
36+
// text box for reply, quick reply, new messages, quick reply panel surroundings:
37+
addGlobalStyle("textarea, .panelsurround { background: #C3C3C3 !important; }");
3838
// highlight the current page in the open topic:
3939
addGlobalStyle(".pagenav .alt2 { background-color: #D3D3D3 !important; text-decoration: underline }");
4040
// qoute box

0 commit comments

Comments
 (0)