Skip to content

Commit

Permalink
improve admin css
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Sep 6, 2024
1 parent 179c586 commit 5449cc1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions core/src/main/cfml/context/admin/plugin.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
<!--- web contexts inherit the server context settings and plugins --->
<cfset application.plugin[request.adminType][url.plugin].component=createObject('component','lucee_server_plugin_directory.'&url.plugin&'.Action')>
<cfset application.plugin[request.adminType][url.plugin].mapping = "/lucee_server_plugin_directory">
<cfelse>
<cfrethrow>
</cfif>
</cfcatch>
</cftry>
Expand Down
11 changes: 11 additions & 0 deletions core/src/main/cfml/context/res/css/admin6.css
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,17 @@ td.fieldPadded {
*/
}

.admin-single th {
background-color: rgba(95, 135, 49, 0.1);
}
.admin-server th {
background-color: rgba(222, 165, 152, 0.1);
}
.admin-web th {
background-color: rgba(154, 202, 229, 0.1);
}


.admin-web th .comment,
.admin-web .extensionthumb .comment
{color:#9acae5;}
Expand Down
2 changes: 1 addition & 1 deletion loader/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project default="core" basedir="." name="Lucee"
xmlns:resolver="antlib:org.apache.maven.resolver.ant">

<property name="version" value="6.2.0.77-SNAPSHOT"/>
<property name="version" value="6.2.0.78-SNAPSHOT"/>

<taskdef uri="antlib:org.apache.maven.resolver.ant" resource="org/apache/maven/resolver/ant/antlib.xml">
<classpath>
Expand Down
2 changes: 1 addition & 1 deletion loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.lucee</groupId>
<artifactId>lucee</artifactId>
<version>6.2.0.77-SNAPSHOT</version>
<version>6.2.0.78-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Lucee Loader Build</name>
Expand Down

0 comments on commit 5449cc1

Please sign in to comment.