From d25c6c4e5b1c9fadf15b4c3bdc9fab49e6575730 Mon Sep 17 00:00:00 2001 From: Sweidan Omar Date: Wed, 30 Mar 2022 08:27:53 +0000 Subject: [PATCH] =?utf8?q?Style=20kiszervez=C3=A9se=20.css=20f=C3=A1jlba?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C33120 --- server/user.mediacube.gui/css/menu.css | 47 +++++++++++++++++++++ server/user.mediacube.gui/pages/menu.zul | 54 ++---------------------- 2 files changed, 50 insertions(+), 51 deletions(-) create mode 100644 server/user.mediacube.gui/css/menu.css diff --git a/server/user.mediacube.gui/css/menu.css b/server/user.mediacube.gui/css/menu.css new file mode 100644 index 00000000..ec4bf68b --- /dev/null +++ b/server/user.mediacube.gui/css/menu.css @@ -0,0 +1,47 @@ +.redmenubar{ + background: #424242; + padding: 0px; +} + +.whitemenu .z-menuitem-text, .whitemenu .z-menu-text { + color: #FFFFFF; +} + +.rozsda .z-menu-text, .rozsda .z-menuitem-text{ + color: #222222; +} + +.z-menu-text, .z-menuitem-text{ + text-shadow: none; +} + +.whitemenu .z-menu-content, .z-menuitem-content { + padding-left: 5px; + padding-right: 18px; + padding-top: 0px; + padding-bottom: 0px; +} + +.z-menu-content:hover, .z-menu-content:active, .z-menu-content:focus{ + background: #a3b8cc; +} + +.z-menuitem-content:hover, .z-menuitem-content:active, .z-menuitem-content:focus{ + background: #a3b8cc; +} + +.z-menu-icon { + position: absolute; + top: 2px; + right: 5px; +} + +.z-menu-icon, .z-menu-icon:hover, .z-menu-icon:active { + color: #f1ffdc; + vertical-align: text-bottom; +} + +.z-menu-selected > .z-menu-content{ + background: #a3b8cc; + color: black; +} \ No newline at end of file diff --git a/server/user.mediacube.gui/pages/menu.zul b/server/user.mediacube.gui/pages/menu.zul index 02bde4ca..73cad36c 100644 --- a/server/user.mediacube.gui/pages/menu.zul +++ b/server/user.mediacube.gui/pages/menu.zul @@ -3,55 +3,7 @@ - +