ACME Command Button fix (#3843)

ACME Command Button fix and some other little fixes
This commit is contained in:
René 2024-02-27 13:48:20 +01:00 committed by GitHub
parent 4e835d1551
commit 9ec4d83140
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 10 additions and 21 deletions

View File

@ -1,6 +1,5 @@
PLUGIN_NAME= theme-cicada
PLUGIN_VERSION= 1.34
PLUGIN_REVISION= 4
PLUGIN_VERSION= 1.35
PLUGIN_COMMENT= The cicada theme - dark grey onyx
PLUGIN_MAINTAINER= rene@team-rebellion.net
PLUGIN_NO_ABI= yes

View File

@ -5256,7 +5256,7 @@ fieldset[disabled] .btn-link {
}
.btn-xs, .btn-group-xs > .btn {
padding: 1px 5px;
padding: 1px 4px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
@ -8530,13 +8530,13 @@ button.close {
position: relative;
width: auto;
margin: 62px 10px 10px 10px;
border: 1px solid #303030;
border: none;
}
.modal-content {
position: relative;
background-color: #383838;
border: 1px solid #191919;
border: none;
border-radius: 3px;
-webkit-box-shadow: 0 5px 15px rgb(30, 30, 30);
box-shadow: 0 5px 15px rgb(5, 5, 5);
@ -10582,11 +10582,6 @@ label.btn.au-target {
color: #EAC80A !important;
}
.btn-secondary {
background-color: #262626 !important;
border-color: #191919 !important;
}
.disabled {
color: #bfbfbf !important;
}

View File

@ -3100,7 +3100,7 @@ select[multiple].input-lg,
border-radius: 3px; }
.btn-xs, .btn-group-xs > .btn {
padding: 1px 5px;
padding: 1px 4px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
@ -5038,12 +5038,12 @@ button.close {
position: relative;
width: auto;
margin: 62px 10px 10px 10px;
border: 1px solid #303030;}
border: none;}
.modal-content {
position: relative;
background-color: #383838;
border: 1px solid #191919;
border: none;
border-radius: 3px;
-webkit-box-shadow: 0 5px 15px rgb(30, 30, 30);
box-shadow: 0 5px 15px rgb(5, 5, 5);
@ -6559,11 +6559,6 @@ label.btn.au-target {
color: #EAC80A !important;
}
.btn-secondary {
background-color:#262626 !important;
border-color: #191919 !important;
}
.disabled {
color: #bfbfbf !important;
}

View File

@ -1,5 +1,5 @@
PLUGIN_NAME= theme-rebellion
PLUGIN_VERSION= 1.8.9
PLUGIN_VERSION= 1.8.10
PLUGIN_COMMENT= A suitably dark theme
PLUGIN_MAINTAINER= team-rebellion@queens-park.com
PLUGIN_NO_ABI= yes

View File

@ -4925,7 +4925,7 @@ fieldset[disabled] .btn-link {
}
.btn-xs, .btn-group-xs > .btn {
padding: 1px 5px;
padding: 1px 4px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;

View File

@ -3248,7 +3248,7 @@ fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
border-radius: 3px; }
.btn-xs, .btn-group-xs > .btn {
padding: 1px 5px;
padding: 1px 4px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }