X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fbookmarks%2FbookmarksWindow.css;h=74e81693812b2a48fcd49c1307fc4e4e9578b748;hp=6336f3b549c7ac5556f59fb23eec0ef04e87da70;hb=e20d243c9ffcc255a5eb40a0bae66bf492e561a7;hpb=4800fb6c7ba06bb3feb3d0c2b1be54c52b73e00b diff --git a/LCARStrek/communicator/bookmarks/bookmarksWindow.css b/LCARStrek/communicator/bookmarks/bookmarksWindow.css index 6336f3b5..74e81693 100644 --- a/LCARStrek/communicator/bookmarks/bookmarksWindow.css +++ b/LCARStrek/communicator/bookmarks/bookmarksWindow.css @@ -45,22 +45,28 @@ /** * XXX - disable print plus. This needs to go into ns/!!! */ - #navprintplus - { - display : none !important; - } - - #status-bar - { - height : 1em; - } - - #notification-icon - { - list-style-image : url("chrome://communicator/skin/bookmarks/notification.gif"); - } - - #schedule-icon - { - list-style-image : url("chrome://communicator/skin/bookmarks/schedule.gif"); - } +#navprintplus { + display: none !important; +} + +#status-bar { + height: 1em; +} + +#notification-icon { + list-style-image: url("chrome://communicator/skin/bookmarks/notification.gif"); +} + +#schedule-icon { + list-style-image: url("chrome://communicator/skin/bookmarks/schedule.gif"); +} + +#panel-bar { + border-top: 1px solid #9C9CFF; + border-bottom: 1px solid #9C9CFF; +} + +bookmarks-outliner.inset { + margin: 0px; + border: 1px solid #9C9CFF; +}