Skip to content

Commit

Permalink
CSS improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMicky-FR committed Aug 7, 2022
1 parent fb8374e commit a84baac
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 27 deletions.
39 changes: 14 additions & 25 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ a:hover {
}

.text-primary {
color: #78FFC5!important;
color: #78FFC5 !important;
}

.page-container {
Expand Down Expand Up @@ -165,6 +165,11 @@ table tbody td {
background-color: #36445A;
}

.CodeMirror {
color: #fff;
background-color: #36445A !important;
}

.editor-toolbar i {
color: #78FFC5;
}
Expand Down Expand Up @@ -310,43 +315,27 @@ table tbody td {
color: #78FFC5;
}

textarea {
background-color: #36445A !important;
border: 2px solid #78FFC5 !important;
color: #F4F4F8 !important;
outline: 0 !important;
}

textarea:focus {
background-color: #36445A !important;
color: #F4F4F8 !important;
border-color: #78FFC5 !important;
.form-check-input {
border: none;
}

input {
.form-control,
.form-select {
background-color: #36445A !important;
border: 2px solid #78FFC5 !important;
color: #F4F4F8 !important;
outline: 0 !important;
}

input:focus {
.form-control:focus,
.form-select {
background-color: #36445A !important;
color: #F4F4F8 !important;
border-color: #78FFC5 !important;
}

select {
background-color: #36445A !important;
border: 2px solid #78FFC5 !important;
color: #F4F4F8 !important;
outline: 0 !important;
}

select:focus {
background-color: #36445A !important;
color: #F4F4F8 !important;
border-color: #78FFC5 !important;
.form-check-input:checked {
background-color: #78FFC5 !important;
}

.btn-success, .btn-primary, .btn-secondary, .btn-warning, .btn-info, .btn-danger {
Expand Down
2 changes: 1 addition & 1 deletion config/config.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@extends('admin.layouts.admin')

@section('footer_description', 'Theme config')
@section('title', 'Lime config')

@push('footer-scripts')
<script>
Expand Down
2 changes: 1 addition & 1 deletion theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "lime",
"name": "Lime",
"description": "Lime is a modern light theme for Azuriom",
"version": "1.1.1",
"version": "1.1.2",
"url": "https://market.azuriom.com/resources/29",
"authors": [
"Captain34",
Expand Down

0 comments on commit a84baac

Please sign in to comment.