®omano 4 лет назад
Родитель
Сommit
c6aead39d6
1 измененных файлов с 17 добавлено и 17 удалено
  1. 17 17
      themes/Modern/styles.css

+ 17 - 17
themes/Modern/styles.css

@@ -406,23 +406,6 @@ pre {
 		color:FFF;
 		text-decoration:none;
 }
-/*Prefere having OS icon on hover*/
-li.win32 a:hover{
-	background: #7f7f7f url('../../images/os/win32.png') no-repeat 97% center !important;
-	background-size: 20px auto;
-}
-li.linux32 a:hover{
-	background: #7f7f7f url('../../images/os/linux32.png') no-repeat 97% center !important;
-	background-size: 20px auto;
-}
-li.win64 a:hover{
-	background: #7f7f7f url('../../images/os/win64.png') no-repeat 97% center !important;
-	background-size: 20px auto;
-}
-li.linux64 a:hover{
-	background: #7f7f7f url('../../images/os/linux64.png') no-repeat 97% center !important;
-	background-size: 20px auto;
-}
 .menu li ul{
 	background: #292929;
 	border:#000 solid 1px;
@@ -512,6 +495,23 @@ li.linux64 a:hover{
 #submenu_0 li:hover ul li{
 	display:block;
 }
+/*Prefere having OS icon on hover*/
+li.win32 a:hover{
+	background: #7f7f7f url('../../images/os/win32.png') no-repeat 97% center !important;
+	background-size: 20px auto;
+}
+li.linux32 a:hover{
+	background: #7f7f7f url('../../images/os/linux32.png') no-repeat 97% center !important;
+	background-size: 20px auto;
+}
+li.win64 a:hover{
+	background: #7f7f7f url('../../images/os/win64.png') no-repeat 97% center !important;
+	background-size: 20px auto;
+}
+li.linux64 a:hover{
+	background: #7f7f7f url('../../images/os/linux64.png') no-repeat 97% center !important;
+	background-size: 20px auto;
+}
 /*End Of Menu*/