Changeset 3770:75566f4ffead for admin/style/default.css
- Timestamp:
- 07/10/18 13:41:19 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3769 r3770 886 886 a:visited img { 887 887 border: none; 888 background: in herit; }888 background: initial; } 889 889 890 890 a:hover, … … 1011 1011 border-style: solid; 1012 1012 border-color: #dbdbdb; } 1013 1014 input[type=file] { 1015 color: #323232; 1016 background: #fff; } 1013 1017 1014 1018 input:invalid:not(:required), textarea:invalid:not(:required), select:invalid:not(:required), input:not([type=file]):invalid:not(:focus):not(:required) { … … 2097 2101 padding-bottom: 6px; 2098 2102 font-size: 1em; } 2103 #login-screen input.details-cmd { 2104 width: auto; 2105 margin: 0 5px 0 0; 2106 padding: 0; } 2099 2107 #login-screen #issue { 2100 2108 margin-left: 1.33em; … … 2128 2136 border-radius: 8px; 2129 2137 border: 1px solid #dbdbdb; 2130 display: inline-block; } 2138 display: inline-block; 2139 filter: contrast(100%); } 2131 2140 #icons a:focus { 2132 2141 outline: 0; } … … 2929 2938 .ac_loading { 2930 2939 background: transparent url("loader.gif") right center no-repeat; } 2940 2941 .ac_odd { 2942 background-color: #fff; } 2931 2943 2932 2944 .ac_over {
Note: See TracChangeset
for help on using the changeset viewer.