Commit 27f579bc3c273549ccc2b428a485b8072459b262
1 parent
9cc0b7e4
tokar commit
Showing
13 changed files
with
14 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
@@ -3323,7 +3323,7 @@ ul.proektant-comments {margin-top: 15px} | @@ -3323,7 +3323,7 @@ ul.proektant-comments {margin-top: 15px} | ||
3323 | right: -15px !important; | 3323 | right: -15px !important; |
3324 | } | 3324 | } |
3325 | .main-menu-icons-copy span { | 3325 | .main-menu-icons-copy span { |
3326 | - right: -20px !important; | 3326 | + right: -19px !important; |
3327 | } | 3327 | } |
3328 | .main-menu-icons-wr a:first-child{margin-left: 0} | 3328 | .main-menu-icons-wr a:first-child{margin-left: 0} |
3329 | .main-menu-icons-home { | 3329 | .main-menu-icons-home { |
@@ -6317,7 +6317,6 @@ input[disabled], select[disabled] { | @@ -6317,7 +6317,6 @@ input[disabled], select[disabled] { | ||
6317 | width: 16px; | 6317 | width: 16px; |
6318 | height: 16px; | 6318 | height: 16px; |
6319 | content: ''; | 6319 | content: ''; |
6320 | - background: red; | ||
6321 | } | 6320 | } |
6322 | .admin-menu-ico-1 a:before { | 6321 | .admin-menu-ico-1 a:before { |
6323 | background: url("/images/menu-ico/ico-1.png") 100% 50% no-repeat ; | 6322 | background: url("/images/menu-ico/ico-1.png") 100% 50% no-repeat ; |
@@ -6330,4 +6329,17 @@ input[disabled], select[disabled] { | @@ -6330,4 +6329,17 @@ input[disabled], select[disabled] { | ||
6330 | } | 6329 | } |
6331 | .admin-menu-ico-4 a:before { | 6330 | .admin-menu-ico-4 a:before { |
6332 | background: url("/images/menu-ico/ico-4.png") 100% 50% no-repeat ; | 6331 | background: url("/images/menu-ico/ico-4.png") 100% 50% no-repeat ; |
6332 | +} | ||
6333 | + | ||
6334 | +.active-menu-admin.admin-menu-ico-1 a:before { | ||
6335 | + background: url("/images/menu-ico/ico-1-active.png") 100% 50% no-repeat ; | ||
6336 | +} | ||
6337 | +.active-menu-admin.admin-menu-ico-2 a:before { | ||
6338 | + background: url("/images/menu-ico/ico-2-active.png") 100% 50% no-repeat ; | ||
6339 | +} | ||
6340 | +.active-menu-admin.admin-menu-ico-3 a:before { | ||
6341 | + background: url("/images/menu-ico/ico-3-active.png") 100% 50% no-repeat ; | ||
6342 | +} | ||
6343 | +.active-menu-admin.admin-menu-ico-4 a:before { | ||
6344 | + background: url("/images/menu-ico/ico-4-active.png") 100% 50% no-repeat ; | ||
6333 | } | 6345 | } |
6334 | \ No newline at end of file | 6346 | \ No newline at end of file |
211 Bytes
1.14 KB
1.18 KB
2.93 KB
2.93 KB
2.79 KB
2.8 KB
2.91 KB
2.91 KB
2.95 KB
2.95 KB
1.21 KB