X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fbookmarks%2FbookmarksWindow.css;h=74e81693812b2a48fcd49c1307fc4e4e9578b748;hb=e1597424350915539e91f37bb1a8005af8e513c0;hp=695d78d2c83cb7c383d201c57aef0584a55aa5d0;hpb=351107c90e7ee7a17d9bf63798f2861307118309;p=themes.git diff --git a/LCARStrek/communicator/bookmarks/bookmarksWindow.css b/LCARStrek/communicator/bookmarks/bookmarksWindow.css index 695d78d2..74e81693 100644 --- a/LCARStrek/communicator/bookmarks/bookmarksWindow.css +++ b/LCARStrek/communicator/bookmarks/bookmarksWindow.css @@ -37,30 +37,36 @@ * * ***** END LICENSE BLOCK ***** */ -@import url(chrome://communicator/skin/bookmarks/bookmarks.css); -@import url(chrome://communicator/skin/bookmarks/platformBookmarks.css); +@import url("chrome://communicator/skin/bookmarks/bookmarks.css"); +@import url("chrome://communicator/skin/bookmarks/platformBookmarks.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /** * 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; +}