// Move theme choice from AdminTheme page to Shop page
This commit is contained in:
@@ -1576,4 +1576,21 @@ a.action_module_delete {
|
||||
color: #CB1C00;
|
||||
text-decoration: underline;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.select_theme{
|
||||
text-align: center;
|
||||
width: 220px;
|
||||
height: 235px;
|
||||
float: left;
|
||||
margin-bottom: 20px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #FFFFF0;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.select_theme_choice{
|
||||
background-color: #FAEEC2;
|
||||
border: 1px dotted #000000;
|
||||
}
|
||||
Reference in New Issue
Block a user