mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Adding "set as homepage" functionality to the RoutePart
- Orchard.Pages was already gone and Orchard.Blogs is now gone (made redundant and less functional in a way) --HG-- branch : dev
This commit is contained in:
@@ -763,14 +763,15 @@ table .button {
|
||||
/* Core Modules
|
||||
----------------------------------------------------------*/
|
||||
/* Routable */
|
||||
.permalink input {
|
||||
.permalink input.text {
|
||||
background:transparent;
|
||||
border-color:#EAE9D9;
|
||||
border-style:dashed;
|
||||
margin-left:0;
|
||||
margin-right:2em;
|
||||
width:350px;
|
||||
}
|
||||
.permalink input:focus {
|
||||
.permalink input.text:focus {
|
||||
background:#FFF;
|
||||
border-color:#666d51;
|
||||
border-style:solid;
|
||||
|
Reference in New Issue
Block a user