Skip to content

Commit

Permalink
Merge pull request #36 from keitaroinc/enhance-style
Browse files Browse the repository at this point in the history
Enhance style
  • Loading branch information
blagojabozinovski authored Mar 11, 2024
2 parents d8e4b51 + dbc2329 commit ae9e547
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 40 deletions.
8 changes: 2 additions & 6 deletions ckanext/iaea/assets/css/iaea.css
Original file line number Diff line number Diff line change
Expand Up @@ -2608,9 +2608,9 @@ label {
margin-bottom: 5px;
font-weight: 700;
}
input::placeholder {
/* input::placeholder {
padding: 10px;
}
} */
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
Expand Down Expand Up @@ -2649,10 +2649,6 @@ input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
input::-webkit-input-placeholder {
/* WebKit browsers */
color: red;
}
output {
display: block;
padding-top: 7px;
Expand Down
64 changes: 30 additions & 34 deletions ckanext/iaea/assets/css/rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ html {
body {
margin: 0;
}

::placeholder {
color: red;
opacity: 1; /* Firefox */
}
article,
aside,
details,
Expand Down Expand Up @@ -148,9 +143,6 @@ input::-moz-focus-inner {
input {
line-height: normal;
}
input::placeholder {
color: red;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
Expand Down Expand Up @@ -2617,6 +2609,9 @@ label {
margin-bottom: 5px;
font-weight: 700;
}
/* input::placeholder {
padding-left: 100px;
} */
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
Expand Down Expand Up @@ -2854,7 +2849,7 @@ select[multiple].input-sm {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
border-radius: 6px !important;
}
select.input-lg {
height: 46px;
Expand Down Expand Up @@ -3217,9 +3212,9 @@ fieldset[disabled] .btn-default.focus {
background-color: #3366cc;
}
.btn-primary {
color: #fff;
background-color: #3366cc;
border-color: #2e5cb8;
color: #fff !important;
background-color: #3366cc !important;
border-color: #2e5cb8 !important;
}
.btn-primary:focus,
.btn-primary.focus {
Expand Down Expand Up @@ -10260,27 +10255,28 @@ fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
color: #3366cc;
background-color: #edf3f8;
border-color: #ced4da;
}
.btn-default:focus,
.btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
color: #3366cc;
background-color: #c8dbea;
border-color: #86aecf;
}
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
color: #3366cc;
background-color: #c8dbea;
border-color: #b5cee2;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
color: #3366cc;
background-color: #c8dbea;
background-image: none;
border-color: #b5cee2;
}
.btn-default:active:hover,
.btn-default.active:hover,
Expand All @@ -10291,9 +10287,9 @@ fieldset[disabled] a.btn {
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
color: #3366cc;
background-color: #afc9e0;
border-color: #86aecf;
}
.btn-default:active,
.btn-default.active,
Expand All @@ -10309,18 +10305,18 @@ fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
background-color: #fff;
border-color: #ccc;
background-color: #edf3f8;
border-color: #e1ebf3;
}
.btn-default .badge {
color: #fff;
background-color: #333;
color: #edf3f8;
background-color: #3366cc;
}
.btn-primary {
/* .btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
} */
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
Expand Down Expand Up @@ -10640,7 +10636,7 @@ fieldset[disabled] .btn-link:focus {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
border-radius: 5px !important;
}
.btn-sm,
.btn-group-sm > .btn,
Expand Down

0 comments on commit ae9e547

Please sign in to comment.