diff options
Diffstat (limited to 'frontends/php/styles/css_bb.css')
-rw-r--r-- | frontends/php/styles/css_bb.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/frontends/php/styles/css_bb.css b/frontends/php/styles/css_bb.css index 3d7b2432..2e0b0090 100644 --- a/frontends/php/styles/css_bb.css +++ b/frontends/php/styles/css_bb.css @@ -276,6 +276,14 @@ div.arrowdown{ background-image: url('../images/general/bttn/arrowdown_bb.png'); } +div.fullscreen{ + background-image: url('../images/general/bttn/fullscreen_bb.png'); +} + +div.iconhelp{ + background-image: url('../images/general/bttn/help_bb.png'); +} + div#scrolltableft{ color: #0CF; } |