Commit 7e8e9493629aca1aaf1416b9f1a94b73b9830392
1 parent
cc7dcc21
Exists in
master
and in
3 other branches
fix submenu colors
Showing
1 changed file
with
1 additions
and
11 deletions
Show diff stats
cabecalho.css
... | ... | @@ -914,20 +914,10 @@ text-decoration: none; |
914 | 914 | |
915 | 915 | #control_panel_bar.show { |
916 | 916 | padding-top: 0px; |
917 | - background-color: #ccc; | |
917 | + background-color: rgb(248, 248, 248); | |
918 | 918 | height: 80px; |
919 | 919 | } |
920 | 920 | |
921 | -#control_panel_bar.menu_content{ | |
922 | - background-color: Tomato; | |
923 | -} | |
924 | -#control_panel_bar.menu_aparence{ | |
925 | - background-color: seagreen; | |
926 | -} | |
927 | -#control_panel_bar.menu_settings{ | |
928 | - background-color: lightSteelBlue; | |
929 | -} | |
930 | - | |
931 | 921 | #navigation { |
932 | 922 | text-align: right; |
933 | 923 | position: static; | ... | ... |